From 1a1df18bf31dd5e4ce57c73f04489c24126e0e21 Mon Sep 17 00:00:00 2001 From: Kaitlyn Crawford Date: Wed, 2 Jan 2019 17:28:36 +0200 Subject: [PATCH] Bump version to 1.0.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 859bea8..1c93f5b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.0.1 +================== + - Added RulePanel, a subclass of InlinePanel, for Rules + 1.0.0 ================== - Upgrade to Python 3.6, drop support for Python 2.7 diff --git a/docs/conf.py b/docs/conf.py index a8ffa49..4ffa1ce 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 = '1.0.0' +version = '1.0.1' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.0.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 c363f93..bb5813c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 8cba5b9..0530191 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ with open('README.rst') as fh: setup( name='wagtail-personalisation-molo', - version='1.0.0', + version='1.0.1', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',