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 37fe0bf commit ea55143Copy full SHA for ea55143
docs/topics/release-notes.md
@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
40
41
## 2.2.x series
42
43
-### Master
+### 2.2.7
44
+
45
+**Date**: 17th April 2013
46
47
* Loud failure when view does not return a `Response` or `HttpResponse`.
48
* Bugfix: Fix for Django 1.3 compatiblity.
rest_framework/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.2.6'
+__version__ = '2.2.7'
2
3
VERSION = __version__ # synonym
4
0 commit comments