From 80cb6e16e73e64a8fffa910f80cfdca440ce2313 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 10 Mar 2015 17:29:39 +0000 Subject: [PATCH] prepare for 0.8.6 release Conflicts: CHANGELOG.txt wagtail/project_template/requirements.txt wagtail/wagtailcore/__init__.py --- CHANGELOG.txt | 4 ++-- docs/releases/0.8.6.rst | 6 +++--- wagtail/project_template/requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 400c97855..e90148ae7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -33,11 +33,11 @@ Changelog * Page classes can specify an edit_handler property to override the default Content / Promote / Settings tabbed interface -0.8.6 (xx.xx.2015) +0.8.6 (10.03.2015) ~~~~~~~~~~~~~~~~~~ -* Fix: django-taggit library updated to 0.12.3, to fix a bug with migrations on SQLite on Django 1.7.2 and above (https://github.com/alex/django-taggit/issues/285) * Translations updated, including new translations for Czech, Italian and Japanese * The "fixtree" command can now delete orphaned pages +* Fix: django-taggit library updated to 0.12.3, to fix a bug with migrations on SQLite on Django 1.7.2 and above (https://github.com/alex/django-taggit/issues/285) * Fix: Fixed a bug that caused children of a deleted page to not be deleted if they had a different type diff --git a/docs/releases/0.8.6.rst b/docs/releases/0.8.6.rst index f4da51ff5..1a177d955 100644 --- a/docs/releases/0.8.6.rst +++ b/docs/releases/0.8.6.rst @@ -1,6 +1,6 @@ -============================================ -Wagtail 0.8.6 release notes - IN DEVELOPMENT -============================================ +=========================== +Wagtail 0.8.6 release notes +=========================== .. contents:: :local: diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index 384a6c0df..844a4df90 100644 --- a/wagtail/project_template/requirements.txt +++ b/wagtail/project_template/requirements.txt @@ -1,6 +1,6 @@ # Minimal requirements Django>=1.7,<1.8 -wagtail==0.8.5 +wagtail==0.8.6 django-libsass>=0.2 Pillow>=2.6.1