Commit d3f4de9c authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Bumped version number for 1.0-alpha release.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 863f4eb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (0, 97, 'pre')
VERSION = (1, 0, 'alpha')

def get_version():
    "Returns the version as a human-format string."