From d38a3ae7ccda7b89b60d31994f11d8dd0f0e6b9c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 7 Jun 2011 14:14:13 +0100 Subject: [PATCH] Update version for 0.2.0 bugfixes --- djangorestframework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 963e23b12..1ee96d364 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' VERSION = __version__ # synonym