0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Version bump to 4.1rc1

This commit is contained in:
Matt Westcott 2022-10-18 12:15:38 +01:00
parent a8868b728e
commit 29b2d47158
2 changed files with 2 additions and 2 deletions

View File

@ -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 = (4, 1, 0, "alpha", 0)
VERSION = (4, 1, 0, "rc", 1)
__version__ = get_version(VERSION)

View File

@ -1,2 +1,2 @@
Django>=4.1,<4.2
wagtail==4.1a0
wagtail==4.1rc1