[1.6.x] Post-release version bump.

This commit is contained in:
Tim Graham 2014-10-22 13:32:32 -04:00
parent 811508b051
commit 164970bac1
1 changed files with 1 additions and 1 deletions

View File

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