summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-15 12:59:53 -0400
committerTim Graham <timograham@gmail.com>2013-09-15 12:59:53 -0400
commitae5f4a04b42a7979ea101ca01f743a3bedd6c514 (patch)
treec230c7d04faadbfe13b0a0b4191e8697e5a8e1f5
parent4770fc1c625351f0f2cc60553db773c8a89ac230 (diff)
[1.5.x] 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 00166a4a2c..d4e8894b8f 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 4, 'final', 0)
+VERSION = (1, 5, 5, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.