summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-11-15 06:28:20 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-11-15 06:28:20 +0000
commit137d27ada6707da49775f519ed0fb4f2252883bf (patch)
tree55532e9e16ec10741c63d1966e67a9612e0f0f14
parent13f63f051bf2f571c55070a8bd72ffee52988d59 (diff)
[1.0.X] With 1.0.1 out the door, branches/releases/1.0.X is now 1.0.2 pre-alpha.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index c90fd9ae81..4d3860db6e 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 1, 'final', 0)
+VERSION = (1, 0, 2, 'alpha', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])