Skip to content

Commit 411eb1f

Browse files
Merge pull request #94 from ekonstantinidis/bump-version
Bump 0.0.10
2 parents 7140f44 + 7f7aa77 commit 411eb1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "Changelog"
33
source_filename: "changelog"
44
---
55

6+
### Release 0.0.10
7+
8+
- Use get_serializer_class for Views without serlaizer_class attribute [#92](https://github.com/ekonstantinidis/django-rest-framework-docs/pull/92)
9+
10+
611
### Release 0.0.9
712

813
- Support for more types of `ROOT_URLCONF`

rest_framework_docs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.9'
1+
__version__ = '0.0.10'

0 commit comments

Comments
 (0)