From 1cf552dcec0e8d1b4d5c27a900a9e28f34c12b40 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 28 Jul 2006 21:53:54 +0000 Subject: [PATCH] Changed django.VERSION to (0, 95, None) to signify final 0.95 release git-svn-id: http://code.djangoproject.com/svn/django/trunk@3481 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- docs/tutorial01.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/__init__.py b/django/__init__.py index 00c6f824782fa..544df522632ee 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (0, 95, 'post-magic-removal') +VERSION = (0, 95, None) diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 62db8ab842099..1113b603da9a2 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -81,7 +81,7 @@ the following output on the command line:: Validating models... 0 errors found. - Django version 0.95 (post-magic-removal), using settings 'mysite.settings' + Django version 0.95, using settings 'mysite.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows).