diff --git a/CHANGES b/CHANGES index 5af2af8..a5f1c2b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.11.3 +================== + - Bugfix: Handle errors when testing an invalid visit count rule + 0.11.2 ================== - Bugfix: Stop populating static segments when the count is reached diff --git a/docs/conf.py b/docs/conf.py index c9b2732..1a7483a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,10 +55,10 @@ author = 'Lab Digital BV' # built documents. # # The short X.Y version. -version = '0.11.2' +version = '0.11.3' # The full version, including alpha/beta/rc tags. -release = '0.11.2' +release = '0.11.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index b79349e..5faf6ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.2 +current_version = 0.11.3 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 2feb9b9..15b216b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ with open('README.rst') as fh: setup( name='wagtail-personalisation-molo', - version='0.11.2', + version='0.11.3', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',