From a3af60651f15e4cd89fcd7c380e70a733d566dda Mon Sep 17 00:00:00 2001 From: Craig Blaszczyk Date: Fri, 22 Jul 2011 12:08:09 +0100 Subject: [PATCH] remove extra newline, so version finding regexp works --- djangorestframework/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 83ca204b7..3c316629f 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,4 +1,3 @@ - __version__ = '0.2.3' VERSION = __version__ # synonym