[1.6.x] Bump version for 1.6.4 bugfix release.

This commit is contained in:
James Bennett 2014-04-28 15:39:08 -05:00
parent b4b63b3832
commit 4a6b911fcf
1 changed files with 1 additions and 1 deletions

View File

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