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