summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-07-08 16:01:55 -0400
committerTim Graham <timograham@gmail.com>2015-07-08 16:01:55 -0400
commit3df6495c12b35adef9d8e77e33adf59a212c06bb (patch)
treec2503b33c144d40587d7a31e89e9b55d90a47e33
parent622a11513ea04b779d6dd948293839dcd543084d (diff)
downloaddjango-3df6495c12b35adef9d8e77e33adf59a212c06bb.tar.gz
[1.4.x] Post-release version bump.
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 9c7214fed9..2366150378 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 4, 21, 'final', 0)
+VERSION = (1, 4, 22, 'alpha', 0)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""