Skip to content

Commit f4cf026

Browse files
committed
Version 3.13.1
1 parent a780e80 commit f4cf026

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.13.x series
3838

39+
### 3.13.1
40+
41+
Date: 15th December 2021
42+
43+
* Revert schema naming changes with function based `@api_view`. [#8297]
44+
3945
### 3.13.0
4046

4147
Date: 13th December 2021

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.13.0'
13+
__version__ = '3.13.1'
1414
__author__ = 'Tom Christie'
1515
__license__ = 'BSD 3-Clause'
1616
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

0 commit comments

Comments
 (0)