We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743e757 commit 2c31f10Copy full SHA for 2c31f10
docs/topics/release-notes.md
@@ -40,6 +40,15 @@ You can determine your currently installed version using `pip freeze`:
40
41
## 2.4.x series
42
43
+### 2.4.7
44
+
45
+**Date**: [18 August 2015](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.7+Release%22+)
46
47
+* Upgrade guardian support to 1.3
48
49
50
+### 2.4.6
51
52
### 2.4.5
53
54
**Date**: 24 March 2015
rest_framework/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
__title__ = 'Django REST framework'
11
-__version__ = '2.4.6'
+__version__ = '2.4.7'
12
__author__ = 'Tom Christie'
13
__license__ = 'BSD 2-Clause'
14
__copyright__ = 'Copyright 2011-2014 Tom Christie'
0 commit comments