[4.0.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2023-02-01 09:57:37 +01:00
parent ca891ef44b
commit 4cf73314c4

View File

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