From 591bb630d74e8bbad42d533dc175b414ec7566a4 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 4 Jan 2012 09:52:06 +0000 Subject: [PATCH] 0.3.2-dev --- djangorestframework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index d4fcd9a5f..55f92cc4b 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.1' +__version__ = '0.3.2-dev' VERSION = __version__ # synonym