Update version and release notes for v3.7.3 (#5568)

This commit is contained in:
Carlton Gibson 2017-11-06 16:32:12 +01:00 committed by GitHub
parent 71a512b2d9
commit 0f33e63e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -41,6 +41,13 @@ You can determine your currently installed version using `pip freeze`:
## 3.7.x series
### 3.7.3
**Date**: [6th Novemember 2017][3.7.3-milestone]
* Fix `AppRegistryNotReady` error from contrib.auth view imports [#5567][gh5567]
### 3.7.2
**Date**: [6th Novemember 2017][3.7.2-milestone]
@ -855,6 +862,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[3.7.0-milestone]: https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.7.0+Release%22
[3.7.1-milestone]: https://github.com/encode/django-rest-framework/milestone/58?closed=1
[3.7.2-milestone]: https://github.com/encode/django-rest-framework/milestone/59?closed=1
[3.7.3-milestone]: https://github.com/encode/django-rest-framework/milestone/60?closed=1
<!-- 3.0.1 -->
@ -1610,3 +1618,6 @@ For older release notes, [please see the version 2.x documentation][old-release-
[gh5514]: https://github.com/encode/django-rest-framework/issues/5514
[gh5512]: https://github.com/encode/django-rest-framework/issues/5512
[gh5510]: https://github.com/encode/django-rest-framework/issues/5510
<!-- 3.7.3 -->
[gh5567]: https://github.com/encode/django-rest-framework/issues/5567

View File

@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
__version__ = '3.7.2'
__version__ = '3.7.3'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2017 Tom Christie'