Bumped version number to 1.0-pre, so that we can tell it apart from the 0.96

releases.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-04-03 12:30:13 +00:00
parent b9d077c10d
commit a3f32ead5d
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
VERSION = (0, 96, None)
VERSION = (1, 0, 'pre')