Bump version: 0.15.1 → 0.15.2
This commit is contained in:
21
CHANGES
21
CHANGES
@ -1,3 +1,24 @@
|
|||||||
|
0.15.2
|
||||||
|
=================
|
||||||
|
- Replace staticfiles tag with static
|
||||||
|
|
||||||
|
0.15.1
|
||||||
|
=================
|
||||||
|
- Remove old versions from test matrix
|
||||||
|
- Fix button support in wagtail admin for newer wagtail versions
|
||||||
|
|
||||||
|
0.15.0
|
||||||
|
=================
|
||||||
|
- Fix is_authenticated 'bool' object is not callable error
|
||||||
|
- Add wagtail <=2.11 support
|
||||||
|
- Use Github Actions to test package instead of Travis CI
|
||||||
|
|
||||||
|
0.14.0
|
||||||
|
=================
|
||||||
|
- Fix 'bool' object is not callable error
|
||||||
|
- Fix deleting descendants with variants when deleting a page
|
||||||
|
- Add wagtail 2.6 support
|
||||||
|
|
||||||
0.13.0
|
0.13.0
|
||||||
=================
|
=================
|
||||||
- Merged Praekelt fork
|
- Merged Praekelt fork
|
||||||
|
@ -62,10 +62,10 @@ author = 'Lab Digital BV'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.15.1'
|
version = '0.15.2'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.15.1'
|
release = '0.15.2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.15.1
|
current_version = 0.15.2
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = {new_version}
|
tag_name = {new_version}
|
||||||
|
2
setup.py
2
setup.py
@ -35,7 +35,7 @@ with open('README.rst') as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='wagtail-personalisation',
|
name='wagtail-personalisation',
|
||||||
version='0.15.1',
|
version='0.15.2',
|
||||||
description='A Wagtail add-on for showing personalized content',
|
description='A Wagtail add-on for showing personalized content',
|
||||||
author='Lab Digital BV and others',
|
author='Lab Digital BV and others',
|
||||||
author_email='opensource@labdigital.nl',
|
author_email='opensource@labdigital.nl',
|
||||||
|
Reference in New Issue
Block a user