From 438b816e41d5ebc684785a47390580a485a08ba3 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 8 Aug 2008 22:04:34 +0000 Subject: [PATCH] Bumped version number prior to release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8251 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 e5f3d5df9b..7838f2d2de 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 'alpha') +VERSION = (1, 0, 'alpha 2') def get_version(): "Returns the version as a human-format string."