Skip to content

Commit 0f33e63

Browse files
Update version and release notes for v3.7.3 (#5568)
1 parent 71a512b commit 0f33e63

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/topics/release-notes.md

+11
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ You can determine your currently installed version using `pip freeze`:
4141
## 3.7.x series
4242

4343

44+
### 3.7.3
45+
46+
**Date**: [6th Novemember 2017][3.7.3-milestone]
47+
48+
* Fix `AppRegistryNotReady` error from contrib.auth view imports [#5567][gh5567]
49+
50+
4451
### 3.7.2
4552

4653
**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-
855862
[3.7.0-milestone]: https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.7.0+Release%22
856863
[3.7.1-milestone]: https://github.com/encode/django-rest-framework/milestone/58?closed=1
857864
[3.7.2-milestone]: https://github.com/encode/django-rest-framework/milestone/59?closed=1
865+
[3.7.3-milestone]: https://github.com/encode/django-rest-framework/milestone/60?closed=1
858866

859867

860868
<!-- 3.0.1 -->
@@ -1610,3 +1618,6 @@ For older release notes, [please see the version 2.x documentation][old-release-
16101618
[gh5514]: https://github.com/encode/django-rest-framework/issues/5514
16111619
[gh5512]: https://github.com/encode/django-rest-framework/issues/5512
16121620
[gh5510]: https://github.com/encode/django-rest-framework/issues/5510
1621+
1622+
<!-- 3.7.3 -->
1623+
[gh5567]: https://github.com/encode/django-rest-framework/issues/5567

rest_framework/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__title__ = 'Django REST framework'
11-
__version__ = '3.7.2'
11+
__version__ = '3.7.3'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2017 Tom Christie'

0 commit comments

Comments
 (0)