[2.0.x] Updated version after release.

This commit is contained in:
Carlton Gibson 2018-06-01 17:38:53 +02:00
parent 3e36ecedff
commit 0b39420bf2
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, 6, 'final', 0)
VERSION = (2, 0, 7, 'alpha', 0)
__version__ = get_version(VERSION)