Prepare for 1.2 release

This commit is contained in:
Matt Westcott 2015-11-12 16:54:11 +00:00
parent f9f7bfb4a1
commit 95d316ab22
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
1.2 (xx.xx.xxxx)
1.2 (12.11.2015)
~~~~~~~~~~~~~~~~
* Added `wagtail.contrib.settings`, a module to allow administrators to edit site-specific settings

View file

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

View file

@ -1,2 +1,2 @@
Django>=1.8,<1.9
wagtail==1.2rc1
wagtail==1.2

View file

@ -1,4 +1,4 @@
__version__ = '1.2rc1'
__version__ = '1.2'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'