Version bump to 4.0.4

stable/4.0.x v4.0.4
Matt Westcott 2022-10-18 13:25:41 +01:00
rodzic e0b4938c1d
commit f77229da2a
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, 0, 3, "final", 1)
VERSION = (4, 0, 4, "final", 1)
__version__ = get_version(VERSION)