[4.1.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2022-09-05 05:46:37 +02:00
parent a6874fc4f6
commit ef6e80d4ec
1 changed files with 1 additions and 1 deletions

View File

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