Version bump to begin work on 1.9

pull/3050/merge
Matt Westcott 2016-12-09 15:43:53 +00:00
rodzic 723cd0829f
commit d5ef2edc8f
5 zmienionych plików z 37 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,11 @@
Changelog
=========
1.9 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
1.8 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~

Wyświetl plik

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

Wyświetl plik

@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 1
1.9
1.8
1.7
1.6.3

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, 8, 0, 'rc', 1)
VERSION = (1, 9, 0, 'alpha', 0)
__version__ = get_version(VERSION)

Wyświetl plik

@ -1,2 +1,2 @@
Django>=1.10,<1.11
wagtail==1.8rc1
wagtail==1.9a0