From 3df6495c12b35adef9d8e77e33adf59a212c06bb Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 8 Jul 2015 16:01:55 -0400 Subject: [PATCH] [1.4.x] Post-release version bump. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""