7

Bump version to 0.10.8

This commit is contained in:
Kaitlyn Crawford
2018-02-13 10:12:35 +02:00
parent 55364f8906
commit 6e83366df6
4 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
0.10.8
==================
- Don't add users to exclude list for dynamic segments
- Store segments a user is excluded from in the session
0.10.7
==================
- Bug Fix: Ensure static segment members are show the survey immediately

View File

@ -55,10 +55,10 @@ author = 'Lab Digital BV'
# built documents.
#
# The short X.Y version.
version = '0.10.7'
version = '0.10.8'
# The full version, including alpha/beta/rc tags.
release = '0.10.7'
release = '0.10.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.7
current_version = 0.10.8
commit = true
tag = true
tag_name = {new_version}

View File

@ -32,7 +32,7 @@ with open('README.rst') as fh:
setup(
name='wagtail-personalisation-molo',
version='0.10.7',
version='0.10.8',
description='A forked version of Wagtail add-on for showing personalized content',
author='Praekelt.org',
author_email='dev@praekeltfoundation.org',