1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.7.x] Bumped version for 1.7.2 release.

This commit is contained in:
Tim Graham
2015-01-02 19:44:36 -05:00
parent 20dcf5155b
commit 880d7638cf
2 changed files with 2 additions and 2 deletions

View File

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