Skip to content

Commit 3a6d94f

Browse files
committed
v0.7.0
1 parent 68f50aa commit 3a6d94f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Full documentation for project is available at [http://chibisov.github.io/drf-ex
1515
## Requirements
1616

1717
* Tested for Python 3.6, 3.7 and 3.8
18-
* Tested for Django Rest Framework 3.9, 3.10 and 3.11
19-
* Tested for Django 2.2 and 3.0
18+
* Tested for Django Rest Framework 3.9, 3.10, 3.11 & 3.12
19+
* Tested for Django 2.2 to 3.1
2020
* Tested for django-filter 2.1.0
2121

2222
## Installation:

rest_framework_extensions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.6.0' # from 0.5.0
1+
__version__ = '0.7.0' # from 0.7.0
22

33
VERSION = __version__

0 commit comments

Comments
 (0)