[4.0.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2022-07-04 08:39:25 +02:00
parent caad462fea
commit e6f69938c5

View File

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