Version bump to 6.3.1

stable/6.3.x v6.3.1
Matt Westcott 2024-11-19 15:52:50 +00:00
rodzic 4208408dab
commit cb122e64db
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, 3, 0, "final", 1)
VERSION = (6, 3, 1, "final", 1)
__version__ = get_version(VERSION)