mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Prepare for 1.2 release
This commit is contained in:
parent
f9f7bfb4a1
commit
95d316ab22
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
==========================================
|
||||
Wagtail 1.2 release notes - IN DEVELOPMENT
|
||||
==========================================
|
||||
=========================
|
||||
Wagtail 1.2 release notes
|
||||
=========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.8,<1.9
|
||||
wagtail==1.2rc1
|
||||
wagtail==1.2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '1.2rc1'
|
||||
__version__ = '1.2'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue