Merge pull request #5698 from encode/release/3_7_7

3.7.7 Release
This commit is contained in:
Xavier Ordoquy 2017-12-21 13:01:03 +01:00 committed by GitHub
commit 6602171184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
## 3.7.x series ## 3.7.x series
### 3.7.7
**Date**: [21st December 2017][3.7.7-milestone]
* Fix typo to include *.mo locale files to packaging. [#5697][gh5697], [#5695][gh5695]
### 3.7.6 ### 3.7.6
**Date**: [21st December 2017][3.7.6-milestone] **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-
[3.7.4-milestone]: https://github.com/encode/django-rest-framework/milestone/62?closed=1 [3.7.4-milestone]: https://github.com/encode/django-rest-framework/milestone/62?closed=1
[3.7.5-milestone]: https://github.com/encode/django-rest-framework/milestone/63?closed=1 [3.7.5-milestone]: https://github.com/encode/django-rest-framework/milestone/63?closed=1
[3.7.6-milestone]: https://github.com/encode/django-rest-framework/milestone/64?closed=1 [3.7.6-milestone]: https://github.com/encode/django-rest-framework/milestone/64?closed=1
[3.7.7-milestone]: https://github.com/encode/django-rest-framework/milestone/65?closed=1
<!-- 3.0.1 --> <!-- 3.0.1 -->
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013 [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-
[gh5692]: https://github.com/encode/django-rest-framework/issues/5692 [gh5692]: https://github.com/encode/django-rest-framework/issues/5692
[gh5695]: https://github.com/encode/django-rest-framework/issues/5695 [gh5695]: https://github.com/encode/django-rest-framework/issues/5695
[gh5696]: https://github.com/encode/django-rest-framework/issues/5696 [gh5696]: https://github.com/encode/django-rest-framework/issues/5696
[gh5697]: https://github.com/encode/django-rest-framework/issues/5697

View File

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