summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2013-08-13 12:17:27 -0500
committerJacob Kaplan-Moss <jacob@jacobian.org>2013-08-13 12:17:27 -0500
commitf24ae3373bd1964bf1d50c72c95196dc231007af (patch)
tree1f3cf3012bce798fda0c83c29f2c302695f94cb8
parent5fdd6af1ebabb9c8b5eac5d6b9ae4204628fa520 (diff)
Bump version 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 07aca3a601..e174719743 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 2, 'final', 0)
+VERSION = (1, 5, 3, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.