From 865efd0792a85c0d992873d2bb7bea2800df5359 Mon Sep 17 00:00:00 2001 From: Kaitlyn Crawford Date: Thu, 8 Mar 2018 13:58:01 +0200 Subject: [PATCH] Version 0.11.2 --- CHANGES | 4 ++++ docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 4039bc2..5af2af8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.11.2 +================== + - Bugfix: Stop populating static segments when the count is reached + 0.11.1 ================== - Populate entirely static segments from registered Users not active Sessions diff --git a/docs/conf.py b/docs/conf.py index 94e2803..c9b2732 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.1' +version = '0.11.2' # The full version, including alpha/beta/rc tags. -release = '0.11.1' +release = '0.11.2' # 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 0f28eb4..b79349e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1 +current_version = 0.11.2 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 353f65e..2feb9b9 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.1', + version='0.11.2', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',