mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 02:03:11 +00:00
Prepare for 1.4.3 release
This commit is contained in:
parent
a0916b1c4c
commit
0519cea232
4 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.4.3 (xx.03.2016)
|
||||
1.4.3 (04.04.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fixed regression introduced in 1.4.2 which caused Wagtail to query the database during a system check (Tim Heap)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
============================================
|
||||
Wagtail 1.4.3 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
===========================
|
||||
Wagtail 1.4.3 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.9,<1.10
|
||||
wagtail>=1.4.2,<1.5
|
||||
wagtail>=1.4.3,<1.5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__version__ = '1.4.2'
|
||||
__version__ = '1.4.3'
|
||||
# Required for npm package for frontend
|
||||
__semver__ = '1.4.2'
|
||||
__semver__ = '1.4.3'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue