mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 13:31:54 +00:00
Version bump for 1.4.4 release
This commit is contained in:
parent
7c55ce3256
commit
b2962955e3
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.4.4 (xx.xx.2016)
|
||||
1.4.4 (10.05.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* New translation for Slovenian (Mitja Pagon)
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.9,<1.10
|
||||
wagtail>=1.4.3,<1.5
|
||||
wagtail>=1.4.4,<1.5
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue