Version bump to begin work on 2.0

pull/3919/head
Matt Westcott 2017-10-09 18:34:43 +01:00
rodzic 031a6dee9f
commit f69c73ef66
4 zmienionych plików z 28 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -0,0 +1,22 @@
==========================================
Wagtail 2.0 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.0
1.13
1.12.2
1.12.1

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, 13, 0, 'alpha', 0)
VERSION = (2, 0, 0, 'alpha', 0)
__version__ = get_version(VERSION)