mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-01 20:14:55 +00:00
Version bump to start work on 2.4
This commit is contained in:
parent
f73ca5e540
commit
5b7bf05db8
4 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.4 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
2.3 LTS (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
2.4
|
||||
2.3
|
||||
2.2.2
|
||||
2.2.1
|
||||
|
|
|
|||
|
|
@ -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, 4, 0, 'alpha', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=2.1,<2.2
|
||||
wagtail==2.3a0
|
||||
wagtail==2.4a0
|
||||
|
|
|
|||
Loading…
Reference in a new issue