We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a780e80 commit f4cf026Copy full SHA for f4cf026
docs/community/release-notes.md
@@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
36
37
## 3.13.x series
38
39
+### 3.13.1
40
+
41
+Date: 15th December 2021
42
43
+* Revert schema naming changes with function based `@api_view`. [#8297]
44
45
### 3.13.0
46
47
Date: 13th December 2021
rest_framework/__init__.py
@@ -10,7 +10,7 @@
10
import django
11
12
__title__ = 'Django REST framework'
13
-__version__ = '3.13.0'
+__version__ = '3.13.1'
14
__author__ = 'Tom Christie'
15
__license__ = 'BSD 3-Clause'
16
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
0 commit comments