From 21f59162db37c656b4f025cdd8e13cdb9933a4fc Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 29 Aug 2012 20:00:02 +0100 Subject: Probably will be versioned as 2.0.0 --- djangorestframework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 46dd608f..557f5943 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.4.0-dev' +__version__ = '2.0.0' VERSION = __version__ # synonym -- cgit v1.2.3