Version bump to 6.2.3

stable/6.2.x v6.2.3
Matt Westcott 2024-11-01 13:18:16 +00:00
rodzic 89ac3f5cb0
commit 96729c5168
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 = (6, 2, 2, "final", 1)
VERSION = (6, 2, 3, "final", 1)
__version__ = get_version(VERSION)