aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-04-04 21:53:15 +0100
committerTom Christie2013-04-04 21:53:15 +0100
commitc2280e34ece1867432c87a9654d31a708281b05a (patch)
tree37e66cb073167981a5f5e222f9a06ddb95129ed9
parentad9aa23198bf1008651a778dd3f633570d4ee2d3 (diff)
downloaddjango-rest-framework-c2280e34ece1867432c87a9654d31a708281b05a.tar.bz2
Version 2.2.62.2.6
-rw-r--r--docs/topics/release-notes.md4
-rw-r--r--rest_framework/__init__.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 609b4504..d89bf80f 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
## 2.2.x series
-### Master
+### 2.2.6
+
+**Date**: 4th April 2013
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
* URL hyperlinking in browseable API now handles more cases correctly.
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py
index c86403d8..7ac12058 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '2.2.5'
+__version__ = '2.2.6'
VERSION = __version__ # synonym