mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Version bump to start work on 2.3
This commit is contained in:
parent
32fbbc8aed
commit
7d711f16be
@ -1,6 +1,10 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
2.3 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
2.2 (xx.xx.xxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
20
docs/releases/2.3.rst
Normal file
20
docs/releases/2.3.rst
Normal file
@ -0,0 +1,20 @@
|
||||
==========================================
|
||||
Wagtail 2.3 release notes - IN DEVELOPMENT
|
||||
==========================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
@ -5,6 +5,7 @@ Release notes
|
||||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
2.3
|
||||
2.2
|
||||
2.1.1
|
||||
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, 2, 0, 'rc', 1)
|
||||
VERSION = (2, 3, 0, 'alpha', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
Django>=2.0,<2.1
|
||||
wagtail==2.2rc1
|
||||
wagtail==2.3a0
|
||||
|
Loading…
Reference in New Issue
Block a user