1
0
mirror of https://github.com/django/django.git synced 2025-06-12 15:09:12 +00:00

Bumped version number post release.

This commit is contained in:
Jacob Kaplan-Moss 2014-05-14 18:31:37 +02:00
parent 4e922f6084
commit 4752580881

View File

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