Version bump to start work on Wagtail 1.12

pull/3671/merge
Matt Westcott 2017-06-22 17:24:06 +01:00 zatwierdzone przez Matt Westcott
rodzic deeee4a597
commit 8a07ce57f4
5 zmienionych plików z 28 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
Changelog
=========
1.12 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
1.11 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~

Wyświetl plik

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

Wyświetl plik

@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 1
1.12
1.11
1.10.1
1.10

Wyświetl plik

@ -4,7 +4,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 = (1, 11, 0, 'rc', 1)
VERSION = (1, 12, 0, 'alpha', 0)
__version__ = get_version(VERSION)

Wyświetl plik

@ -1,2 +1,2 @@
Django>=1.11,<1.12
wagtail==1.11rc1
wagtail==1.12a0