From f38cf60c35bc9427ad14e261eea40acf91bc2c49 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sat, 31 Mar 2012 19:39:28 +0000 Subject: Advanced version identifiers for 1.5 development cycle. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17860 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django') diff --git a/django/__init__.py b/django/__init__.py index 45bfb7dbe1..20ca23496c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 0, 'final', 0) +VERSION = (1, 5, 0, 'alpha', 0) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION.""" -- cgit v1.3