0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Version bump to 6.2.3

This commit is contained in:
Matt Westcott 2024-11-01 13:18:16 +00:00
parent 89ac3f5cb0
commit 96729c5168

View File

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