From 46671e9b6856be277cd7a82053faae8633ac7ea7 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Thu, 16 Feb 2012 02:12:20 +0000 Subject: Bump version numbers for 1.4 beta 1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17531 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 3417c7158a..74100e16f5 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 0, 'alpha', 1) +VERSION = (1, 4, 0, 'beta', 1) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION.""" -- cgit v1.3