0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00

Version bump to 2.16.3

This commit is contained in:
Matt Westcott 2022-09-05 13:19:56 +01:00
parent 5b19bda5ee
commit cbe9dc729b

View File

@ -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)