mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
Version bump to 1.4.1
This commit is contained in:
parent
287ca850bb
commit
211a51f0fc
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.9,<1.10
|
||||
wagtail>=1.4,<1.5
|
||||
wagtail>=1.4.1,<1.5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__version__ = '1.4'
|
||||
__version__ = '1.4.1'
|
||||
# Required for npm package for frontend
|
||||
__semver__ = '1.4.0'
|
||||
__semver__ = '1.4.1'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue