Commit 658ca67d authored by James Bennett's avatar James Bennett
Browse files

Minor correction in the version tuple.

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

def get_version(version=None):
    """Derives a PEP386-compliant version number from VERSION."""