From 88263dea604bba2e54ed9552d1778c9613397a07 Mon Sep 17 00:00:00 2001 From: Kaitlyn Crawford Date: Wed, 16 Jan 2019 13:08:58 +0200 Subject: [PATCH] Bump version to 1.0.4 --- 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 27dfc33..2edbb28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.0.4 +================== +- Add custom javascript to segment forms + 1.0.3 ================== - bugfix:exclude variant returns queryset when params is queryset diff --git a/docs/conf.py b/docs/conf.py index 1f52eca..ea52dbd 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.3' +version = '1.0.4' # The full version, including alpha/beta/rc tags. -release = '1.0.3' +release = '1.0.4' # 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 3e94076..f3a29fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.0.4 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 6c5f04f..7b4f62e 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.3', + version='1.0.4', description='A forked version of Wagtail add-on for showing personalized content', author='Praekelt.org', author_email='dev@praekeltfoundation.org',