8000
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 995188f commit 05b3865Copy full SHA for 05b3865
docs/community/release-notes.md
@@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
36
37
## 3.11.x series
38
39
+### 3.12.1
40
+
41
+Date: 28th September 2020
42
43
+* Add `TokenProxy` migration. [#7557]
44
45
### 3.12.0
46
47
Date: 28th September 2020
rest_framework/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
__title__ = 'Django REST framework'
11
-__version__ = '3.12.0'
+__version__ = '3.12.1'
12
__author__ = 'Tom Christie'
13
__license__ = 'BSD 3-Clause'
14
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
0 commit comments