Version 0.10.7
This commit is contained in:
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
|||||||
|
0.10.7
|
||||||
|
==================
|
||||||
|
- Bug Fix: Ensure static segment members are show the survey immediately
|
||||||
|
- Records users excluded by randomisation on the segment
|
||||||
|
- Don't re-check excluded users
|
||||||
|
|
||||||
0.10.6
|
0.10.6
|
||||||
==================
|
==================
|
||||||
- Accepts and stores randomisation percentage for segment
|
- Accepts and stores randomisation percentage for segment
|
||||||
|
@ -55,10 +55,10 @@ author = 'Lab Digital BV'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.10.6'
|
version = '0.10.7'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.10.6'
|
release = '0.10.7'
|
||||||
|
|
||||||
# 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.10.6
|
current_version = 0.10.7
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = {new_version}
|
tag_name = {new_version}
|
||||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ with open('README.rst') as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='wagtail-personalisation-molo',
|
name='wagtail-personalisation-molo',
|
||||||
version='0.10.6',
|
version='0.10.7',
|
||||||
description='A forked version of Wagtail add-on for showing personalized content',
|
description='A forked version of Wagtail add-on for showing personalized content',
|
||||||
author='Praekelt.org',
|
author='Praekelt.org',
|
||||||
author_email='dev@praekeltfoundation.org',
|
author_email='dev@praekeltfoundation.org',
|
||||||
|
Reference in New Issue
Block a user