summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2014-05-14 18:24:02 +0200
committerJacob Kaplan-Moss <jacob@jacobian.org>2014-05-14 18:24:08 +0200
commit37d6821d35074ccbf1b0deeeb03561b07dbafd45 (patch)
tree58b5c465431e35ca53719fac66521b87b5b144cb
parent53b98b5a7cd7febc97add511c36d91285e03d86a (diff)
Bumped version numbers 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 1c3e27cf69..bfd4caf592 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 4, 13, 'final', 0)
+VERSION = (1, 4, 14, 'alpha', 0)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""