Version-bump to start work on 1.7

pull/2763/merge
Matt Westcott 2016-08-09 16:22:14 +01:00
rodzic bc7739e104
commit 9080636903
5 zmienionych plików z 31 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
Changelog
=========
1.5 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
1.6 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,23 @@
=========================
Wagtail 1.7 release notes
=========================
.. 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.7
1.6
1.5.3
1.5.2

Wyświetl plik

@ -1,2 +1,2 @@
Django>=1.10,<1.11
wagtail==1.6rc1
wagtail==1.7a0

Wyświetl plik

@ -1,6 +1,6 @@
__version__ = '1.6rc1'
__version__ = '1.7a0'
# Required for npm package for frontend
__semver__ = '1.6.0-rc.1'
__semver__ = '1.7.0-alpha'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'