Version bump to 5.2.8 final

stable/5.2.x
Matt Westcott 2025-02-03 15:07:31 +00:00
rodzic a5d01e34dc
commit a38dd08026
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, 7, "final", 1)
VERSION = (5, 2, 8, "final", 1)
__version__ = get_version(VERSION)