Skip to content

Commit

Permalink
Update version and release notes for v3.7.3 (encode#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Nov 6, 2017
1 parent 71a512b commit 0f33e63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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 -->
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion rest_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0f33e63

Please sign in to comment.