1
0
mirror of https://github.com/django/django.git synced 2025-04-01 20:16:43 +00:00

[1.7.x] Bumped version for 1.7.6 release.

This commit is contained in:
Tim Graham 2015-03-09 10:18:18 -04:00
parent 2654e1b939
commit 40fb8f4ecd

View File

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