mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 05:04:31 +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.12.1
|
||||
|
||||
Date: 28th September 2020
|
||||
|
||||
* Add `TokenProxy` migration. [#7557]
|
||||
|
||||
### 3.12.0
|
||||
|
||||
Date: 28th September 2020
|
||||
|
|
|
@ -8,7 +8,7 @@ ______ _____ _____ _____ __
|
|||
"""
|
||||
|
||||
__title__ = 'Django REST framework'
|
||||
__version__ = '3.12.0'
|
||||
__version__ = '3.12.1'
|
||||
__author__ = 'Tom Christie'
|
||||
__license__ = 'BSD 3-Clause'
|
||||
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
||||
|
|
Loading…
Reference in New Issue
Block a user