From fba6af5a1ed5924f400666f6747e706a20cceadc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 11 Sep 2013 07:02:07 -0400 Subject: [PATCH] [1.4.x] Bump version post-release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index ad2e79dae8..143dc69568 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 7, 'final', 0) +VERSION = (1, 4, 8, 'alpha', 0) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION."""