mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-18 04:01:11 +00:00
Version bump to 2.3rc1
This commit is contained in:
parent
523a014adb
commit
641dcc4497
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,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, 3, 0, 'alpha', 0)
|
||||
VERSION = (2, 3, 0, 'rc', 1)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=2.1,<2.2
|
||||
wagtail==2.3a0
|
||||
wagtail==2.3rc1
|
||||
|
|
|
|||
Loading…
Reference in a new issue