1
0
mirror of https://github.com/django/django.git synced 2025-04-23 00:34:37 +00:00

[1.7.x] Post-release version bump.

This commit is contained in:
Tim Graham 2015-05-01 16:46:11 -04:00
parent 8830c05c26
commit 3d625cfc20

View File

@ -1,4 +1,4 @@
VERSION = (1, 7, 8, 'final', 0)
VERSION = (1, 7, 9, 'alpha', 0)
def get_version(*args, **kwargs):