aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2011-06-13 18:15:03 +0100
committerTom Christie2011-06-13 18:15:03 +0100
commitb07c5108e9d87a59af4c8eed6d14a632ada7ef37 (patch)
tree45428926f77c2eaf829883a2a97568aff9dd6a5c
parent5a188d8c906a2ea969993225fa5c1337c9b97e56 (diff)
downloaddjango-rest-framework-b07c5108e9d87a59af4c8eed6d14a632ada7ef37.tar.bz2
0.2.2 release
-rw-r--r--README4
-rw-r--r--djangorestframework/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index c3705442..6bed768b 100644
--- a/README
+++ b/README
@@ -52,6 +52,10 @@ To create the sdist packages
Release Notes
=============
+0.2.2
+
+ * Throttling support complete
+
0.2.1
* Couple of simple bugfixes over 0.2.0
diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py
index 1ee96d36..8f1482f6 100644
--- a/djangorestframework/__init__.py
+++ b/djangorestframework/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '0.2.1'
+__version__ = '0.2.2'
VERSION = __version__ # synonym