Skip to content

Commit f83620d

Browse files
authored
Version 3.12.4 (#7873)
* Version 3.12.4 * Tweak release notes
1 parent 72c155d commit f83620d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: docs/community/release-notes.md

+6
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.12.x series
3838

39+
### 3.12.4
40+
41+
Date: 26th March 2021
42+
43+
* Revert use of `deque` instead of `list` for tracking throttling `.history`. (Due to incompatibility with DjangoRedis cache backend. See #7870) [#7872]
44+
3945
### 3.12.3
4046

4147
Date: 25th March 2021

Diff for: rest_framework/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import django
1111

1212
__title__ = 'Django REST framework'
13-
__version__ = '3.12.3'
13+
__version__ = '3.12.4'
1414
__author__ = 'Tom Christie'
1515
__license__ = 'BSD 3-Clause'
1616
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

0 commit comments

Comments
 (0)