mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 12:41:12 +00:00
version bump for 1.5.1
This commit is contained in:
parent
688e30228e
commit
38ec1882e1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.9,<1.10
|
||||
wagtail==1.5
|
||||
wagtail>=1.5,<1.6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__version__ = '1.5'
|
||||
__version__ = '1.5.1'
|
||||
# Required for npm package for frontend
|
||||
__semver__ = '1.5.0'
|
||||
__semver__ = '1.5.1'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue