Skip to content

Commit 65791d8

Browse files
committed
Version 3.7.5. Add missing .ico to packaging.
1 parent 0d96be9 commit 65791d8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include README.md
22
include LICENSE.md
3-
recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff *.woff2
3+
recursive-include rest_framework/static *.js *.css *.png *.ico *.eot *.svg *.ttf *.woff *.woff2
44
recursive-include rest_framework/templates *.html schema.js
55
recursice-include rest_framework/locale *.mo
66
global-exclude __pycache__

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

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

4141
## 3.7.x series
4242

43-
### 3.7.4
43+
### 3.7.6
44+
45+
**Date**: [21st December 2017][3.7.6-milestone]
46+
47+
* Add missing *.ico icon files to packaging.
48+
49+
### 3.7.5
4450

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

@@ -932,6 +938,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
932938
[3.7.3-milestone]: https://github.com/encode/django-rest-framework/milestone/60?closed=1
933939
[3.7.4-milestone]: https://github.com/encode/django-rest-framework/milestone/62?closed=1
934940
[3.7.5-milestone]: https://github.com/encode/django-rest-framework/milestone/63?closed=1
941+
[3.7.6-milestone]: https://github.com/encode/django-rest-framework/milestone/64?closed=1
935942

936943
<!-- 3.0.1 -->
937944
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013

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

0 commit comments

Comments
 (0)