mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Version bump to start work on 2.9
This commit is contained in:
parent
d202195333
commit
8cdb9077d3
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,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, 8, 0, 'rc', 1)
|
||||
VERSION = (2, 9, 0, 'rc', 1)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=3.0,<3.1
|
||||
wagtail==2.8rc1
|
||||
wagtail==2.9rc1
|
||||
|
|
|
|||
Loading…
Reference in a new issue