summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2014-02-06 15:53:09 -0600
committerJacob Kaplan-Moss <jacob@jacobian.org>2014-02-06 15:53:09 -0600
commit63d69837463abb6b660da34be5d762f6b5c6fcea (patch)
tree3bfd03131d6ea94bcfa2a5af7e14f28e6515d958
parent687b3d96c40d745371c64bca7fe6d46a4e7e379c (diff)
Bumped version number post-release.
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 83cb7787d5..63bfe96428 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 2, 'final', 0)
+VERSION = (1, 6, 3, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.