[1.5.x] Correct final element of version tuple.

This commit is contained in:
James Bennett 2013-02-26 13:28:38 -06:00
parent 52093827c7
commit b170c077cc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 5, 0, 'final', 2)
VERSION = (1, 5, 0, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.