From a677846ff7788d4e33887d3263247a0089f24cb4 Mon Sep 17 00:00:00 2001 From: Kaitlyn Crawford Date: Fri, 23 Feb 2018 17:02:17 +0200 Subject: [PATCH] Bump version to 0.11.0 --- CHANGES | 5 +++++ docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 26680bb..97ee683 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +0.11.0 +================== + - Bug Fix: Query rule should not be static + - Enable retrieval of user data for static rules through csv download + 0.10.9 ================== - Bug Fix: Display the number of users in a static segment on dashboard diff --git a/docs/conf.py b/docs/conf.py index b7b2aa8..794592f 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.10.8' +version = '0.11.0' # The full version, including alpha/beta/rc tags. -release = '0.10.8' +release = '0.11.0' # 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 3d944cc..9fb3484 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.8 +current_version = 0.11.0 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 5f56c9b..cab0db0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ with open('README.rst') as fh: setup( name='wagtail-personalisation-molo', - version='0.10.9', + version='0.11.0', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',