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 ad9aa23 commit c2280e3Copy full SHA for c2280e3
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.6
44
+
45
+**Date**: 4th April 2013
46
47
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
48
* URL hyperlinking in browseable API now handles more cases correctly.
rest_framework/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.2.5'
+__version__ = '2.2.6'
2
3
VERSION = __version__ # synonym
4
0 commit comments