prepare for 0.7 release

stable/0.7.x
Matt Westcott 2014-10-09 19:51:26 +01:00
rodzic 9640030e4c
commit aa0f0b942e
4 zmienionych plików z 6 dodań i 10 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Changelog
=========
0.7 (xx.xx.2014)
0.7 (09.10.2014)
~~~~~~~~~~~~~~~~
* Added interface for choosing focal point on images
* Redesigned and reorganised navigation menu to include a 'Settings' submenu

Wyświetl plik

@ -1,6 +1,6 @@
==========================================
Wagtail 0.7 release notes - IN DEVELOPMENT
==========================================
=========================
Wagtail 0.7 release notes
=========================
.. contents::
:local:
@ -100,7 +100,3 @@ The ``focal_point_key`` field on wagtailimages.Rendition has been changed to ``n
- https://github.com/torchbox/wagtail/blob/master/wagtail/wagtailimages/south_migrations/0004_auto__chg_field_rendition_focal_point_key.py (for South / Django 1.6)
- https://github.com/torchbox/wagtail/blob/master/wagtail/wagtailimages/migrations/0004_make_focal_point_key_not_nullable.py (for Django 1.7)
Deprecated features
===================

Wyświetl plik

@ -1,6 +1,6 @@
# Minimal requirements
Django>=1.7,<1.8
wagtail==0.6
wagtail==0.7
# Recommended components (require additional setup):
# psycopg2==2.5.2

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = '0.6'
__version__ = '0.7'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'