[4.1.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2023-02-01 09:53:49 +01:00
parent f4909f7f7e
commit c629c7891a

View File

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