From a93c361040f77f41cc36a89c6a44ff6e6078512f Mon Sep 17 00:00:00 2001 From: Ian Clark Date: Sat, 14 Dec 2019 13:53:40 +0100 Subject: [PATCH] Bump: Version to 2.0.0 --- CHANGELOG.md | 4 ++++ rest_framework_serializer_extensions/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2aa876..374e223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.0.0 (2019-12-14) +* Adds support for Django 3.0 +* Drops support for Python 2 (EOL 2020) + ### 1.0.0 (2019-04-21) * Using the `order` or `excludes` keywords retains the original field ordering * Bumping to first major version. Seems this package has enough usage without diff --git a/rest_framework_serializer_extensions/__init__.py b/rest_framework_serializer_extensions/__init__.py index 1f356cc..afced14 100644 --- a/rest_framework_serializer_extensions/__init__.py +++ b/rest_framework_serializer_extensions/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '2.0.0'