From 98c563032db92a750534a519cc50442c66e99e93 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 4 Jan 2012 09:44:38 +0000 Subject: [PATCH] Version 0.3.1 --- djangorestframework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 62edc0708..d4fcd9a5f 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.1-dev' +__version__ = '0.3.1' VERSION = __version__ # synonym