kopia lustrzana https://github.com/wagtail/wagtail
Version bump to start work on 2.12
rodzic
e96f46c9e5
commit
94f6b755b2
docs/releases
wagtail
project_template
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.12 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
|
||||
2.11 LTS (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
===========================================
|
||||
Wagtail 2.11 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.12
|
||||
2.11
|
||||
2.10.2
|
||||
2.10.1
|
||||
|
|
|
@ -139,3 +139,5 @@ The compatible versions of Django and Python for each Wagtail release are:
|
|||
+-------------------+------------------------------+-----------------------------+
|
||||
| 2.11 | 2.2, 3.0, 3.1 | 3.6, 3.7, 3.8 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 2.12 | 2.2, 3.0, 3.1 | 3.6, 3.7, 3.8 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
|
|
|
@ -7,7 +7,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, 11, 0, 'rc', 1)
|
||||
VERSION = (2, 12, 0, 'alpha', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Django>=3.1,<3.2
|
||||
wagtail==2.11rc1
|
||||
wagtail==2.12a0
|
||||
|
|
Ładowanie…
Reference in New Issue