From 59ce2aaeb668a156ed4b99cf7f065299cef31029 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 15 Aug 2008 02:26:50 +0000 Subject: [PATCH] Modified version number string for Beta 1 release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8356 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 6a627d93ca6..d0f42e562a8 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 'alpha_2') +VERSION = (1, 0, 'beta_1') def get_version(): "Returns the version as a human-format string."