Version 3.13.1

This commit is contained in:
Tom Christie 2021-12-15 15:18:24 +00:00
parent a780e80deb
commit f4cf0260bf
2 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
## 3.13.x series ## 3.13.x series
### 3.13.1
Date: 15th December 2021
* Revert schema naming changes with function based `@api_view`. [#8297]
### 3.13.0 ### 3.13.0
Date: 13th December 2021 Date: 13th December 2021

View File

@ -10,7 +10,7 @@ ______ _____ _____ _____ __
import django import django
__title__ = 'Django REST framework' __title__ = 'Django REST framework'
__version__ = '3.13.0' __version__ = '3.13.1'
__author__ = 'Tom Christie' __author__ = 'Tom Christie'
__license__ = 'BSD 3-Clause' __license__ = 'BSD 3-Clause'
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd' __copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'