Version bump to 5.2.7

stable/5.2.x v5.2.7
Matt Westcott 2024-11-01 13:16:24 +00:00
rodzic 4a03d4fef7
commit c679b82be5
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, 6, "final", 1)
VERSION = (5, 2, 7, "final", 1)
__version__ = get_version(VERSION)