Minor correction in the version tuple.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2012-03-23 16:58:48 +00:00
parent 2591fb8d4c
commit 658ca67d9f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
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."""