From 8b3c807fd4ccca0ff4c0f7cab4235bff44e89687 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 15 Jun 2011 14:41:53 +0100 Subject: [PATCH] Version 0.2.3 --- djangorestframework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 8f1482f6b..b1ef6ddaa 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.2' +__version__ = '0.2.3' VERSION = __version__ # synonym