1
0
mirror of https://github.com/django/django.git synced 2025-03-25 08:40:45 +00:00

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

This commit is contained in:
James Bennett 2014-08-20 15:14:55 -05:00
parent f7c494f250
commit 8b19a4e275

View File

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