From d3f4de9c1866d2ac5396687200715364a0b20267 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 22 Jul 2008 01:15:43 +0000 Subject: [PATCH] Bumped version number for 1.0-alpha release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8035 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 de473fa4e9..e5f3d5df9b 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 'pre') +VERSION = (1, 0, 'alpha') def get_version(): "Returns the version as a human-format string."