diff --git a/README.md b/README.md index ab9b457..5bf5496 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Full documentation for project is available at [http://chibisov.github.io/drf-ex ## Requirements * Tested for Python 3.6, 3.7 and 3.8 -* Tested for Django Rest Framework 3.9, 3.10 and 3.11 -* Tested for Django 2.2 and 3.0 +* Tested for Django Rest Framework 3.9, 3.10, 3.11 & 3.12 +* Tested for Django 2.2 to 3.1 * Tested for django-filter 2.1.0 ## Installation: diff --git a/rest_framework_extensions/__init__.py b/rest_framework_extensions/__init__.py index 4b1f125..d7b7697 100644 --- a/rest_framework_extensions/__init__.py +++ b/rest_framework_extensions/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.6.0' # from 0.5.0 +__version__ = '0.7.0' # from 0.7.0 VERSION = __version__