Version bump to 3.0.3

stable/3.0.x
Matt Westcott 2022-09-02 14:57:45 +01:00
rodzic 9e8c0e75e2
commit cff61be50c
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, 2, "final", 1)
VERSION = (3, 0, 3, "final", 1)
__version__ = get_version(VERSION)