1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.6.x] Update version number for bugfix release.

This commit is contained in:
James Bennett 2014-09-02 15:54:38 -05:00
parent 24d84520aa
commit 75d03c7755

View File

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