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

Bumped version number for 1.0 Beta 2 release.

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

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