Updated version numbers for release.

This commit is contained in:
Jacob Kaplan-Moss 2014-05-14 18:37:33 +02:00
parent b053eb929b
commit b5bacdea00
1 changed files with 1 additions and 1 deletions

View File

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