We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5282832 commit 118bf0bCopy full SHA for 118bf0b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## Version 3.3
2
+
3
+* Removed official support for Python 3.4.
4
+* Added support for Python 3.7.
5
+* Added support for Django 2.1.
6
+* Added support for DRF 3.9.
7
8
## Version 3.2.3
9
10
* Fixed issue with `WWW-Authenticate` header not being included in 401
rest_framework_simplejwt/__init__.py
@@ -1 +1 @@
-__version__ = '3.2.3'
+__version__ = '3.3'
0 commit comments