From 097a19c3bfd50096b78b64e7dac7e95a5a7902c9 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 8 Aug 2008 22:05:36 +0000 Subject: [PATCH] Changed the version number to not include a space. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8252 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 7838f2d2de..6a627d93ca 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 'alpha 2') +VERSION = (1, 0, 'alpha_2') def get_version(): "Returns the version as a human-format string."