Version bump to 2.16.3

stable/2.16.x v2.16.3
Matt Westcott 2022-09-05 13:19:56 +01:00
rodzic 5b19bda5ee
commit cbe9dc729b
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, 2, 'final', 1)
VERSION = (2, 16, 3, 'final', 1)
__version__ = get_version(VERSION)