summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-20 16:36:24 -0400
committerTim Graham <timograham@gmail.com>2014-08-20 16:36:42 -0400
commit27c682ffa08264dee63c82751ebfa9d8eeaf62df (patch)
treea00ee7941c2ef2ac5c493d262d2b8d4ba540c575
parente484df76b68ea8b23e5d6d07d61d408c8d756931 (diff)
[1.4.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 4e845509bc..0403e4a2f2 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 4, 14, 'final', 0)
+VERSION = (1, 4, 15, 'alpha', 0)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""