summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-20 16:37:33 -0400
committerTim Graham <timograham@gmail.com>2014-08-20 16:37:33 -0400
commit4fa3c041054865cf0b7004200cf9bcc325ff1369 (patch)
treed02bb4b12e153fb7074d9ac778be04a2b8cb6b2b
parented4cf3b450f1d6e3b0aa4af6692348c0323fc7a3 (diff)
[1.5.x] 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 3d275f5208..69886defe6 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 9, 'final', 0)
+VERSION = (1, 5, 10, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.