diff --git a/docs/conf.py b/docs/conf.py index ec59041..4b98e37 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.13.0' +version = '0.14.0' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.14.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 941d8d3..156afbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.14.0 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index f25968e..6e9a189 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ with open('README.rst') as fh: setup( name='wagtail-personalisation', - version='0.13.0', + version='0.14.0', description='A Wagtail add-on for showing personalized content', author='Lab Digital BV and others', author_email='opensource@labdigital.nl',