Version bump to 2.15.6

stable/2.15.x
Matt Westcott 2022-09-05 13:13:52 +01:00
rodzic 65d2a6cdb2
commit dee117da68
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,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 = (2, 15, 5, 'final', 1)
VERSION = (2, 15, 6, 'final', 1)
__version__ = get_version(VERSION)