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:
parent
a8868b728e
commit
29b2d47158
@ -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)
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
Django>=4.1,<4.2
|
||||
wagtail==4.1a0
|
||||
wagtail==4.1rc1
|
||||
|
Loading…
Reference in New Issue
Block a user