version bump to 2.11.3

pull/7887/head
Matt Westcott 2020-12-08 16:03:37 +00:00
rodzic 27758937a6
commit e45f188f6c
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, 2, 'final', 1)
VERSION = (2, 11, 3, 'final', 1)
__version__ = get_version(VERSION)