From c91cdbddcb6e9e67584a59ebe1f8dcb66dfc5477 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 27 Aug 2008 12:18:02 +0000 Subject: [PATCH] Bumped version number for 1.0 Beta 2 release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8625 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 d0f42e562a..44d7f285d2 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 'beta_1') +VERSION = (1, 0, 'beta_2') def get_version(): "Returns the version as a human-format string."