Version bump to start work on 1.6

pull/2638/merge
Matt Westcott 2016-05-23 15:17:58 +01:00 zatwierdzone przez Karl Hobley
rodzic 06bacc0256
commit c55eed9e99
5 zmienionych plików z 32 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

@ -0,0 +1,24 @@
==========================================
Wagtail 1.6 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.6
1.5
1.4.5
1.4.4

Wyświetl plik

@ -1,2 +1,2 @@
Django>=1.9,<1.10
wagtail==1.5rc1
wagtail==1.6a0

Wyświetl plik

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