Skip to content

Commit 955a6b9

Browse files
committed
Add 3.7.7 release notes
1 parent 9ec3e5f commit 955a6b9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: docs/topics/release-notes.md

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 3.7.x series
4242

43+
### 3.7.7
44+
45+
**Date**: [21st December 2017][3.7.7-milestone]
46+
47+
* Fix typo to include *.mo locale files to packaging. [#5697][gh5697], [#5695][gh5695]
48+
4349
### 3.7.6
4450

4551
**Date**: [21st December 2017][3.7.6-milestone]
@@ -939,6 +945,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
939945
[3.7.4-milestone]: https://github.com/encode/django-rest-framework/milestone/62?closed=1
940946
[3.7.5-milestone]: https://github.com/encode/django-rest-framework/milestone/63?closed=1
941947
[3.7.6-milestone]: https://github.com/encode/django-rest-framework/milestone/64?closed=1
948+
[3.7.7-milestone]: https://github.com/encode/django-rest-framework/milestone/65?closed=1
942949

943950
<!-- 3.0.1 -->
944951
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013
@@ -1751,3 +1758,4 @@ For older release notes, [please see the version 2.x documentation][old-release-
17511758
[gh5692]: https://github.com/encode/django-rest-framework/issues/5692
17521759
[gh5695]: https://github.com/encode/django-rest-framework/issues/5695
17531760
[gh5696]: https://github.com/encode/django-rest-framework/issues/5696
1761+
[gh5697]: https://github.com/encode/django-rest-framework/issues/5697

Diff for: 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.6'
11+
__version__ = '3.7.7'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2017 Tom Christie'

0 commit comments

Comments
 (0)