Commit 59ce2aae authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Modified version number string for Beta 1 release.

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

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