From cf0d3c4bae505b6f8e1899b665d2cc591d16db64 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Thu, 26 May 2016 20:28:36 +0100 Subject: [PATCH 1/2] Bump 0.0.10 --- rest_framework_docs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework_docs/__init__.py b/rest_framework_docs/__init__.py index 9d1ffab..6820f36 100644 --- a/rest_framework_docs/__init__.py +++ b/rest_framework_docs/__init__.py @@ -1 +1 @@ -__version__ = '0.0.9' +__version__ = '0.0.10' From 7f7aa777382d9dbde1846786088c402b398fc203 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Thu, 26 May 2016 20:31:00 +0100 Subject: [PATCH 2/2] Release notes --- docs/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index d98f5c4..c3ba453 100755 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,11 @@ title: "Changelog" source_filename: "changelog" --- +### Release 0.0.10 + + - Use get_serializer_class for Views without serlaizer_class attribute [#92](https://github.com/ekonstantinidis/django-rest-framework-docs/pull/92) + + ### Release 0.0.9 - Support for more types of `ROOT_URLCONF`