We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f777a73 commit 55e779cCopy full SHA for 55e779c
docs/topics/release-notes.md
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
40
41
## 2.4.x series
42
43
+### 2.4.1
44
+
45
+**Date**: 1st September 2014
46
47
+* Bugfix: Fix broken login template for browsable API.
48
49
### 2.4.0
50
51
**Date**: 29th August 2014
rest_framework/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
__title__ = 'Django REST framework'
11
-__version__ = '2.4.0'
+__version__ = '2.4.1'
12
__author__ = 'Tom Christie'
13
__license__ = 'BSD 2-Clause'
14
__copyright__ = 'Copyright 2011-2014 Tom Christie'
0 commit comments