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 1d75c3f commit 0b830f1Copy full SHA for 0b830f1
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-1.1.1, TBD
2
-----------
+1.1.1, 25 January 2021
+----------------------
3
* Fix usage of PEP 585 generics with forward references (e.g. ``list["str"]``).
4
* Fix usage of ``allow_empty`` with ``many=True``.
5
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = djangorestframework-dataclasses
-version = 1.1.0
+version = 1.1.1
description = A dataclasses serializer for Django REST Framework
long_description = file: README.rst
6
long_description_content_type = text/x-rst
0 commit comments