summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-08-27 12:18:02 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-08-27 12:18:02 +0000
commitc91cdbddcb6e9e67584a59ebe1f8dcb66dfc5477 (patch)
treec380c1f87c4ebf96d4abe6facf5296bb9c80b8fc /django/__init__.py
parenta20cf7f9744c4b36799010d4605e8996031acb47 (diff)
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
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 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."