1
0
mirror of https://github.com/django/django.git synced 2025-04-13 03:52:20 +00:00

[1.6.x] Bump version number for bugfix release.

This commit is contained in:
James Bennett 2014-10-22 12:49:25 -04:00
parent 66be18ea58
commit 811508b051

View File

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