[1.5.x] Post release version bump.

This commit is contained in:
Tim Graham 2014-04-28 19:01:01 -04:00
parent c47324b2de
commit ce6c665f12
1 changed files with 1 additions and 1 deletions

View File

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