From c7ad3251cfaf4f6f07fbf6ac0c18e2dc206f4e30 Mon Sep 17 00:00:00 2001 From: Kaitlyn Crawford Date: Thu, 1 Mar 2018 16:26:20 +0200 Subject: [PATCH] Version 0.11.1 --- 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 97ee683..4039bc2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.11.1 +================== + - Populate entirely static segments from registered Users not active Sessions + 0.11.0 ================== - Bug Fix: Query rule should not be static diff --git a/docs/conf.py b/docs/conf.py index 794592f..94e2803 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.0' +version = '0.11.1' # The full version, including alpha/beta/rc tags. -release = '0.11.0' +release = '0.11.1' # 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 9fb3484..0f28eb4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.11.1 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index cab0db0..353f65e 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.0', + version='0.11.1', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',