aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-09-01 09:07:55 +0100
committerTom Christie2014-09-01 09:07:55 +0100
commit55e779c856347094e3240bc7bf83927acf0bd442 (patch)
treeb2a0c6c833084f3b17241d46556369552982e527
parentf777a73bc7987330c69c18bd37634942a67f4e74 (diff)
downloaddjango-rest-framework-55e779c856347094e3240bc7bf83927acf0bd442.tar.bz2
Version 2.4.12.4.1
-rw-r--r--docs/topics/release-notes.md6
-rw-r--r--rest_framework/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 29a0afcd..f0e9f210 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -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
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py
index f95bdc22..7c187639 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -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'