mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 22:41:00 +00:00
Version bump to 2.4rc1
This commit is contained in:
parent
a9f33aa99e
commit
02b77c8ede
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
=========================
|
||||
Wagtail 2.4 release notes
|
||||
=========================
|
||||
==========================================
|
||||
Wagtail 2.4 release notes - IN DEVELOPMENT
|
||||
==========================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
|||
|
|
@ -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, 4, 0, 'alpha', 0)
|
||||
VERSION = (2, 4, 0, 'rc', 1)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=2.1,<2.2
|
||||
wagtail==2.4a0
|
||||
wagtail==2.4rc1
|
||||
|
|
|
|||
Loading…
Reference in a new issue