Prepare for 1.4.5 release

This commit is contained in:
Matt Westcott 2016-05-19 14:36:16 +01:00
parent 33ecf4181e
commit 57ab79e00b
4 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
1.4.5 (xx.xx.xxxx) - IN DEVELOPMENT
1.4.5 (19.05.2016)
~~~~~~~~~~~~~~~~~~
* Fix: Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard)

View file

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

View file

@ -1,2 +1,2 @@
Django>=1.9,<1.10
wagtail>=1.4.4,<1.5
wagtail>=1.4.5,<1.5

View file

@ -1,6 +1,6 @@
__version__ = '1.4.4'
__version__ = '1.4.5'
# Required for npm package for frontend
__semver__ = '1.4.4'
__semver__ = '1.4.5'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'