1
0
mirror of https://github.com/django/django.git synced 2025-02-08 08:26:13 +00:00

Bump version number for Django 1.0 release

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-09-03 23:38:45 +00:00
parent 58fad7f9fd
commit 42ef6557a9

View File

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