Version bump for 1.4.4 release

This commit is contained in:
Matt Westcott 2016-05-10 12:39:28 +01:00
parent 7c55ce3256
commit b2962955e3
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
1.4.4 (xx.xx.2016)
1.4.4 (10.05.2016)
~~~~~~~~~~~~~~~~~~
* New translation for Slovenian (Mitja Pagon)

View file

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

View file

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