1
0
mirror of https://github.com/django/django.git synced 2025-03-22 23:30:45 +00:00

[1.7.x] Post-release version bump.

This commit is contained in:
Tim Graham 2015-01-27 12:27:03 -05:00
parent b626c289cc
commit b25101a0d0

View File

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