Version bump to 2.15.4

pull/8274/head
Matt Westcott 2022-02-11 13:27:28 +00:00
rodzic a3ecfcf987
commit 5eb93c1891
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, 15, 3, 'final', 1)
VERSION = (2, 15, 4, 'final', 1)
__version__ = get_version(VERSION)