mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-14 10:12:36 +03:00
Version 3.12.1
This commit is contained in:
parent
995188f8c5
commit
05b3865838
|
@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
|
||||||
|
|
||||||
## 3.11.x series
|
## 3.11.x series
|
||||||
|
|
||||||
|
### 3.12.1
|
||||||
|
|
||||||
|
Date: 28th September 2020
|
||||||
|
|
||||||
|
* Add `TokenProxy` migration. [#7557]
|
||||||
|
|
||||||
### 3.12.0
|
### 3.12.0
|
||||||
|
|
||||||
Date: 28th September 2020
|
Date: 28th September 2020
|
||||||
|
|
|
@ -8,7 +8,7 @@ ______ _____ _____ _____ __
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'Django REST framework'
|
__title__ = 'Django REST framework'
|
||||||
__version__ = '3.12.0'
|
__version__ = '3.12.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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user