Skip to content

Commit 647fdb5

Browse files
committed
Release 2.4.8
1 parent 2c31f10 commit 647fdb5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/topics/release-notes.md

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

4141
## 2.4.x series
4242

43+
### 2.4.8
44+
45+
**Date**: 18 August 2015
46+
47+
* Repackage 2.4.7 without pyc files.
48+
49+
4350
### 2.4.7
4451

4552
**Date**: [18 August 2015](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.7+Release%22+)

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__ = '2.4.7'
11+
__version__ = '2.4.8'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2014 Tom Christie'

0 commit comments

Comments
 (0)