Version bump to 2.15.1

pull/7718/head
Matt Westcott 2021-11-11 13:35:50 +00:00
rodzic cdc3a8fd35
commit 8c0a9be8b0
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, 0, 'final', 1)
VERSION = (2, 15, 1, 'final', 1)
__version__ = get_version(VERSION)