[1.5.x] Bumped version number post-release.

This commit is contained in:
Tim Graham 2014-08-20 16:37:33 -04:00
parent ed4cf3b450
commit 4fa3c04105
1 changed files with 1 additions and 1 deletions

View File

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