Version bump to start work on 2.12

pull/6500/head
Matt Westcott 2020-10-23 16:55:21 +01:00
rodzic e96f46c9e5
commit 94f6b755b2
6 zmienionych plików z 37 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,12 @@
Changelog
=========
2.12 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* ...
2.11 LTS (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,26 @@
===========================================
Wagtail 2.11 release notes - IN DEVELOPMENT
===========================================
.. contents::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
* ...
Bug fixes
~~~~~~~~~
* ...
Upgrade considerations
======================

Wyświetl plik

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
upgrading
2.12
2.11
2.10.2
2.10.1

Wyświetl plik

@ -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 |
+-------------------+------------------------------+-----------------------------+

Wyświetl plik

@ -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)

Wyświetl plik

@ -1,2 +1,2 @@
Django>=3.1,<3.2
wagtail==2.11rc1
wagtail==2.12a0