mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Update version and release notes for v3.9.4.
This commit is contained in:
parent
91e492bd2e
commit
b1c4d8b59b
|
@ -40,6 +40,12 @@ You can determine your currently installed version using `pip show`:
|
||||||
|
|
||||||
## 3.9.x series
|
## 3.9.x series
|
||||||
|
|
||||||
|
### 3.9.4
|
||||||
|
|
||||||
|
**Date**: [10th May 2019]
|
||||||
|
|
||||||
|
This is a maintenance release that fixes an error handling bug under Python 2.
|
||||||
|
|
||||||
### 3.9.3
|
### 3.9.3
|
||||||
|
|
||||||
**Date**: [29th April 2019]
|
**Date**: [29th April 2019]
|
||||||
|
|
|
@ -8,7 +8,7 @@ ______ _____ _____ _____ __
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'Django REST framework'
|
__title__ = 'Django REST framework'
|
||||||
__version__ = '3.9.3'
|
__version__ = '3.9.4'
|
||||||
__author__ = 'Tom Christie'
|
__author__ = 'Tom Christie'
|
||||||
__license__ = 'BSD 2-Clause'
|
__license__ = 'BSD 2-Clause'
|
||||||
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user