[1.5.x] Bump version post-release.

This commit is contained in:
Tim Graham 2013-10-25 07:53:39 -04:00
parent c30516e9cc
commit 7aebbc1632
1 changed files with 1 additions and 1 deletions

View File

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