8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c31f10 commit 647fdb5Copy full SHA for 647fdb5
docs/topics/release-notes.md
@@ -40,6 +40,13 @@ You can determine your currently installed version using `pip freeze`:
40
41
## 2.4.x series
42
43
+### 2.4.8
44
+
45
+**Date**: 18 August 2015
46
47
+* Repackage 2.4.7 without pyc files.
48
49
50
### 2.4.7
51
52
**Date**: [18 August 2015](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.7+Release%22+)
rest_framework/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
__title__ = 'Django REST framework'
11
-__version__ = '2.4.7'
+__version__ = '2.4.8'
12
__author__ = 'Tom Christie'
13
__license__ = 'BSD 2-Clause'
14
__copyright__ = 'Copyright 2011-2014 Tom Christie'
0 commit comments