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` 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'