Version bump to 5.2.5

stable/5.2.x v5.2.5
Matt Westcott 2024-05-01 11:14:06 +01:00
rodzic b3b050e500
commit b82553a653
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, 4, "final", 1)
VERSION = (5, 2, 5, "final", 1)
__version__ = get_version(VERSION)