Bump version post-release.

This commit is contained in:
Jacob Kaplan-Moss 2013-08-13 12:17:27 -05:00
parent 5fdd6af1eb
commit f24ae3373b
1 changed files with 1 additions and 1 deletions

View File

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