mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 21:41:55 +00:00
Prepare for 1.4.5 release
This commit is contained in:
parent
33ecf4181e
commit
57ab79e00b
4 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
============================================
|
||||
Wagtail 1.4.5 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
===========================
|
||||
Wagtail 1.4.5 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.9,<1.10
|
||||
wagtail>=1.4.4,<1.5
|
||||
wagtail>=1.4.5,<1.5
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue