7

Version Bump 0.10.1

This commit is contained in:
nathanbegbie
2017-11-13 15:02:56 +02:00
parent c76d6d1617
commit a8d3aeab68
3 changed files with 6 additions and 6 deletions

View File

@ -55,10 +55,10 @@ author = 'Lab Digital BV'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.9.1' version = '0.10.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.9.1' release = '0.10.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.9.1 current_version = 0.10.1
commit = true commit = true
tag = true tag = true
tag_name = {new_version} tag_name = {new_version}
@ -15,14 +15,14 @@ python_paths = .
[flake8] [flake8]
ignore = E731 ignore = E731
max-line-length = 120 max-line-length = 120
exclude = exclude =
src/**/migrations/*.py src/**/migrations/*.py
[wheel] [wheel]
universal = 1 universal = 1
[coverage:run] [coverage:run]
omit = omit =
src/**/migrations/*.py src/**/migrations/*.py
[bumpversion:file:setup.py] [bumpversion:file:setup.py]

View File

@ -32,7 +32,7 @@ with open('README.rst') as fh:
setup( setup(
name='wagtail-personalisation-molo', name='wagtail-personalisation-molo',
version='0.10.0', version='0.10.1',
description='A forked version of Wagtail add-on for showing personalized content', description='A forked version of Wagtail add-on for showing personalized content',
author='Praekelt.org', author='Praekelt.org',
author_email='dev@praekeltfoundation.org', author_email='dev@praekeltfoundation.org',