Version bump for 1.6rc1

pull/2886/head
Matt Westcott 2016-08-01 14:37:01 +01:00
rodzic 8dd1b55260
commit 36564ac0fa
4 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Changelog
=========
1.6 (xx.xx.xxxx) - IN DEVELOPMENT
1.6 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Django 1.10 support

Wyświetl plik

@ -1,6 +1,6 @@
==========================================
Wagtail 1.6 release notes - IN DEVELOPMENT
==========================================
=========================
Wagtail 1.6 release notes
=========================
.. contents::
:local:

Wyświetl plik

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

Wyświetl plik

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