From 7cd7d085612419597a4d59a4c48b9bb4ff2d842d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Abac=C4=B1?= Date: Fri, 7 Jan 2022 18:19:55 +0300 Subject: [PATCH] Update package version and README.md --- README.md | 12 ++++++++---- setup.py | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a70274..52a38b5 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,16 @@ Extra Fields for Django Rest Framework Latest Changes ============== +- **v3.3.0** + - :warning: **BACKWARD INCOMPATIBLE** :warning: + - Support for `Python 3.6` is ended. - **v3.2.1** - - A typo in the `python_requires` argument of `setup.py` that prevents installation for Python 3.6 is fixed. + - A typo in the `python_requires` argument of `setup.py` that prevents installation for `Python 3.6` is fixed. - **v3.2.0** - - Support for Python 3.5 is ended. - - Python 3.9 and 3.10 are now supported. - - Django 3.2 is now supported. + - :warning: **BACKWARD INCOMPATIBLE** :warning: + - Support for `Python 3.5` is ended. + - `Python 3.9` and `Python 3.10` are now supported. + - `Django 3.2` is now supported. - **v3.1.1** - `psycopg2` dependency is made optional. - **v3.1.0** diff --git a/setup.py b/setup.py index 750121b..83089c3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='drf-extra-fields', - version='3.2.1', + version='3.3.0', packages=['drf_extra_fields', 'drf_extra_fields.runtests'], include_package_data=True,