Version bump to 4.1.9

stable/4.1.x v4.1.9
Matt Westcott 2023-10-19 14:57:31 +01:00
rodzic 8db9bf3ee0
commit a148693213
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ from wagtail.utils.version import get_semver_version, get_version
# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (4, 1, 8, "final", 1)
VERSION = (4, 1, 9, "final", 1)
__version__ = get_version(VERSION)