Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxan committed Oct 23, 2021
1 parent bdf66a2 commit 51d7c47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.0, 23 October 2021
----------------------
Features & fixes:

* Allow serialization of properties created using @property decorator.
* Allow dataclass types to be serialized by a type not inheriting from ``DataclassSerializer`` (usually a ``Field``).

0.10, 19 July 2021
------------------
Features & fixes:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = djangorestframework-dataclasses
version = 0.10
version = 1.0.0
description = A dataclasses serializer for Django REST Framework
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand All @@ -12,7 +12,7 @@ author_email = [email protected]
url = https://github.com/oxan/djangorestframework-dataclasses

classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.0
Expand Down

0 comments on commit 51d7c47

Please sign in to comment.