Skip to content

Commit 05b3865

Browse files
committed
Version 3.12.1
1 parent 995188f commit 05b3865

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/community/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
3636

3737
## 3.11.x series
3838

39+
### 3.12.1
40+
41+
Date: 28th September 2020
42+
43+
* Add `TokenProxy` migration. [#7557]
44+
3945
### 3.12.0
4046

4147
Date: 28th September 2020

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__title__ = 'Django REST framework'
11-
__version__ = '3.12.0'
11+
__version__ = '3.12.1'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 3-Clause'
1414
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

0 commit comments

Comments
 (0)