Commit 097a19c3 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Changed the version number to not include a space.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 438b816e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 0, 'alpha 2')
VERSION = (1, 0, 'alpha_2')

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