[2.0.x] Bumped version for 2.0.8 release.

This commit is contained in:
Tim Graham 2018-08-01 09:48:00 -04:00
parent 6fffc3c6d4
commit b83b44f40c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (2, 0, 8, 'alpha', 0)
VERSION = (2, 0, 8, 'final', 0)
__version__ = get_version(VERSION)