Version bump to 3.0.1

pull/9055/head v3.0.1
Matt Westcott 2022-06-16 10:47:15 +02:00
rodzic af44f1ef0e
commit 9f1652dd21
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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