mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-28 16:38:17 +00:00
Version bump to 2.7rc2
This commit is contained in:
parent
73b73e31f1
commit
36bd54388c
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, 7, 0, 'rc', 1)
|
||||
VERSION = (2, 7, 0, 'rc', 2)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=2.2,<2.3
|
||||
wagtail==2.7rc1
|
||||
wagtail==2.7rc2
|
||||
|
|
|
|||
Loading…
Reference in a new issue