[1.6.x] Bumped version for 1.6.11 release.

This commit is contained in:
Tim Graham 2015-03-18 08:48:39 -04:00
parent 5510f07071
commit 9d915ac1be

View File

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