summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-08-15 02:26:50 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-08-15 02:26:50 +0000
commit59ce2aaeb668a156ed4b99cf7f065299cef31029 (patch)
treed2a56de45501361245d79b771abd9cd9b84c37be /django/__init__.py
parentfcc42c1bf7277279bd576cd335f45b998251610f (diff)
Modified version number string for Beta 1 release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 6a627d93ca..d0f42e562a 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."