Commit 42ef6557 authored by James Bennett's avatar James Bennett
Browse files

Bump version number for Django 1.0 release


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 58fad7f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 0, 'rc_1')
VERSION = (1, 0, 'final')

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