summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-08 22:04:34 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-08 22:04:34 +0000
commit438b816e41d5ebc684785a47390580a485a08ba3 (patch)
tree8b49b94f61b66f20e0e83163eb627b432f7e4121 /django/__init__.py
parent2e01d59887b424e2b1674919cb7b31de6151f84f (diff)
Bumped version number prior to release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8251 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 e5f3d5df9b..7838f2d2de 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 'alpha')
+VERSION = (1, 0, 'alpha 2')
def get_version():
"Returns the version as a human-format string."