[3.0.x] Post-release version bump.

This commit is contained in:
Carlton Gibson 2019-12-02 12:06:12 +01:00
parent d36413a2eb
commit 3c370c1562
1 changed files with 1 additions and 1 deletions

View File

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