1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00

[1.7.x] Bump version number for 1.7 alpha 1.

This commit is contained in:
James Bennett 2014-01-22 21:48:37 -06:00
parent 05d36dc06e
commit 8be9a250c1

View File

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