Version bump to 5.2.4

pull/11842/head
Matt Westcott 2024-04-03 20:59:33 +01:00
rodzic bd8ef2e128
commit a9b60348f2
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 = (5, 2, 3, "final", 1)
VERSION = (5, 2, 4, "final", 1)
__version__ = get_version(VERSION)