We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c62027 commit 0a7af69Copy full SHA for 0a7af69
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-0.6, pending
2
-------------
+0.6, 17 April 2020
+------------------
3
* Rewrite to ``save()`` implementation to finally fix all issues with nested
4
serializers.
5
* Fix deserialization for fields using ``source`` option.
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='djangorestframework-dataclasses',
14
- version='0.5',
+ version='0.6',
15
description='A dataclasses serializer for Django REST Framework',
16
long_description=long_description,
17
long_description_content_type='text/x-rst',
0 commit comments