1
0
mirror of https://github.com/django/django.git synced 2025-04-15 21:04:36 +00:00

[1.6.x] Post release version bump.

This commit is contained in:
Tim Graham 2014-09-02 21:08:02 -04:00
parent 75d03c7755
commit 900f28a2b5

View File

@ -1,4 +1,4 @@
VERSION = (1, 6, 7, 'final', 0)
VERSION = (1, 6, 8, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.