From 15eefb0f32ff13a1a2e2eeae88251e2d569fdf0a Mon Sep 17 00:00:00 2001 From: blurrah Date: Wed, 26 Sep 2018 20:41:00 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0=20=E2=86=92=200.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dd9042e..b87f0a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,10 +62,10 @@ author = 'Lab Digital BV' # built documents. # # The short X.Y version. -version = '0.12.0' +version = '0.12.1' # The full version, including alpha/beta/rc tags. -release = '0.12.0' +release = '0.12.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 0cf3dbc..6aaf158 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.12.1 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 981877e..e082272 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ with open('README.rst') as fh: setup( name='wagtail-personalisation', - version='0.12.0', + version='0.12.1', description='A Wagtail add-on for showing personalized content', author='Lab Digital BV and others', author_email='opensource@labdigital.nl',