Release 2.4.8

This commit is contained in:
Xavier Ordoquy 2015-08-18 07:59:28 +02:00
parent 2c31f10f6e
commit 647fdb51d2
2 changed files with 8 additions and 1 deletions

View File

@ -40,6 +40,13 @@ You can determine your currently installed version using `pip freeze`:
## 2.4.x series
### 2.4.8
**Date**: 18 August 2015
* Repackage 2.4.7 without pyc files.
### 2.4.7
**Date**: [18 August 2015](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.7+Release%22+)

View File

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