From bb53a0e264d1571b279ec935df71ee8136fd20e2 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 3 Apr 2007 16:05:03 +0000 Subject: [PATCH] Dropped the presumptive next release's number to 0.97 just so that nobody gets silly about the magic one-oh. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4914 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 64b6ddc111..7a24af2b4e 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (1, 0, 'pre') +VERSION = (0, 97, 'pre')