From b07c5108e9d87a59af4c8eed6d14a632ada7ef37 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 13 Jun 2011 18:15:03 +0100 Subject: [PATCH] 0.2.2 release --- README | 4 ++++ djangorestframework/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index c37054421..6bed768bf 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 1ee96d364..8f1482f6b 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.1' +__version__ = '0.2.2' VERSION = __version__ # synonym