Skip to content

Commit 118bf0b

Browse files
committed
Bump version
1 parent 5282832 commit 118bf0b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## Version 3.2.3
29

310
* Fixed issue with `WWW-Authenticate` header not being included in 401

rest_framework_simplejwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.3'
1+
__version__ = '3.3'

0 commit comments

Comments
 (0)