[1.0.X] With 1.0.2 out, this branch is now 1.0.3 pre-alpha

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-11-19 06:01:45 +00:00
parent 76c77acc51
commit f952314532
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 0, 2, 'final', 0)
VERSION = (1, 0, 3, 'alpha', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])