Skip to content

Commit

Permalink
Changed django.VERSION to (0, 95, None) to signify final 0.95 release
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jul 28, 2006
1 parent f121772 commit 1cf552d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1 +1 @@
VERSION = (0, 95, 'post-magic-removal')
VERSION = (0, 95, None)
2 changes: 1 addition & 1 deletion docs/tutorial01.txt
Expand Up @@ -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).

Expand Down

0 comments on commit 1cf552d

Please sign in to comment.