Version bump to 2.11.8

pull/7887/head v2.11.8
Matt Westcott 2021-06-17 11:20:47 +01:00
rodzic 863e6fc926
commit b6f835d083
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, 11, 7, 'final', 1)
VERSION = (2, 11, 8, 'final', 1)
__version__ = get_version(VERSION)