Prepare for 1.4.3 release

This commit is contained in:
Karl Hobley 2016-04-04 21:38:24 +01:00
parent a0916b1c4c
commit 0519cea232
4 changed files with 7 additions and 7 deletions

View file

@ -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)

View file

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

View file

@ -1,2 +1,2 @@
Django>=1.9,<1.10
wagtail>=1.4.2,<1.5
wagtail>=1.4.3,<1.5

View file

@ -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'