1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00

Bumped version to reflect master is now pre-1.8.

This commit is contained in:
Tim Graham
2014-03-21 06:17:14 -04:00
parent 4d0c5f6142
commit 2f37ad88b1
2 changed files with 3 additions and 3 deletions

View File

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