Version bump to 4.0.2

stable/4.0.x
Matt Westcott 2022-09-06 13:35:57 +01:00
rodzic 2b4b62d977
commit cd52b5da0e
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, 1, "final", 1)
VERSION = (4, 0, 2, "final", 1)
__version__ = get_version(VERSION)