1
0
mirror of https://github.com/django/django.git synced 2025-04-19 06:44:36 +00:00

[1.7.x] Bump version number for 1.7 RC 2.

This commit is contained in:
James Bennett 2014-07-27 14:33:04 +02:00
parent df55a697b3
commit b4c80238a2

View File

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