Skip to content

Commit 55e779c

Browse files
committed
Version 2.4.1
1 parent f777a73 commit 55e779c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/topics/release-notes.md

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

4141
## 2.4.x series
4242

43+
### 2.4.1
44+
45+
**Date**: 1st September 2014
46+
47+
* Bugfix: Fix broken login template for browsable API.
48+
4349
### 2.4.0
4450

4551
**Date**: 29th August 2014

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

0 commit comments

Comments
 (0)