1
0
mirror of https://github.com/django/django.git synced 2025-06-15 16:39:13 +00:00

[1.6.x] Bumped version for 1.6.10 release.

This commit is contained in:
Tim Graham 2015-01-13 13:12:22 -05:00
parent f9de1998f9
commit e2fea7c714

View File

@ -1,4 +1,4 @@
VERSION = (1, 6, 10, 'alpha', 0) VERSION = (1, 6, 10, '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.