Version bump to 2.16.1

pull/8227/head
Matt Westcott 2022-02-08 11:58:17 +00:00
rodzic 8b8ae80fc9
commit b097f19c09
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, 16, 0, 'final', 1)
VERSION = (2, 16, 1, 'final', 1)
__version__ = get_version(VERSION)