Version 2.4.1

This commit is contained in:
Tom Christie 2014-09-01 09:07:55 +01:00
parent f777a73bc7
commit 55e779c856
2 changed files with 7 additions and 1 deletions

View File

@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
## 2.4.x series
### 2.4.1
**Date**: 1st September 2014
* Bugfix: Fix broken login template for browsable API.
### 2.4.0
**Date**: 29th August 2014

View File

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