Skip to content

Commit

Permalink
Version 3.7.5. Add missing .ico to packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Dec 21, 2017
1 parent 0d96be9 commit 65791d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include README.md
include LICENSE.md
recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff *.woff2
recursive-include rest_framework/static *.js *.css *.png *.ico *.eot *.svg *.ttf *.woff *.woff2
recursive-include rest_framework/templates *.html schema.js
recursice-include rest_framework/locale *.mo
global-exclude __pycache__
Expand Down
9 changes: 8 additions & 1 deletion docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ You can determine your currently installed version using `pip freeze`:

## 3.7.x series

### 3.7.4
### 3.7.6

**Date**: [21st December 2017][3.7.6-milestone]

* Add missing *.ico icon files to packaging.

### 3.7.5

**Date**: [21st December 2017][3.7.5-milestone]

Expand Down Expand Up @@ -932,6 +938,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[3.7.3-milestone]: https://github.com/encode/django-rest-framework/milestone/60?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.6-milestone]: https://github.com/encode/django-rest-framework/milestone/64?closed=1

<!-- 3.0.1 -->
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013
Expand Down
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.5'
__version__ = '3.7.6'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2017 Tom Christie'
Expand Down

0 comments on commit 65791d8

Please sign in to comment.