[1.6.x] Post-release version bump.

This commit is contained in:
Tim Graham 2015-01-13 14:15:55 -05:00
parent e2fea7c714
commit 4c6bd574ad
1 changed files with 1 additions and 1 deletions

View File

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