Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Feb 10, 2021
1 parent 68f50aa commit 3a6d94f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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__

0 comments on commit 3a6d94f

Please sign in to comment.