1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00

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
This commit is contained in:
Russell Keith-Magee 2008-08-27 12:18:02 +00:00
parent a20cf7f974
commit c91cdbddcb

View File

@ -1,4 +1,4 @@
VERSION = (1, 0, 'beta_1')
VERSION = (1, 0, 'beta_2')
def get_version():
"Returns the version as a human-format string."