6
0
Fork 0

Bump version: 0.9.0 → 0.9.1

This commit is contained in:
Michael van Tellingen 2017-07-11 22:22:13 +02:00
parent ac9f32c570
commit 0d9e4aab0c
3 changed files with 15 additions and 15 deletions

View File

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

View File

@ -1,3 +1,9 @@
[bumpversion]
current_version = 0.9.1
commit = true
tag = true
tag_name = {new_version}
[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.settings
minversion = 3.0
@ -7,25 +13,19 @@ testpaths = tests
python_paths = .
[flake8]
ignore=E731
ignore = E731
max-line-length = 120
exclude=
src/**/migrations/*.py
exclude =
src/**/migrations/*.py
[wheel]
universal = 1
[coverage:run]
omit =
src/**/migrations/*.py
[bumpversion]
current_version = 0.9.0
commit = true
tag = true
tag_name = {new_version}
omit =
src/**/migrations/*.py
[bumpversion:file:setup.py]
[bumpversion:file:docs/conf.py]

View File

@ -32,7 +32,7 @@ with open('README.rst') as fh:
setup(
name='wagtail-personalisation',
version='0.9.0',
version='0.9.1',
description='A Wagtail add-on for showing personalized content',
author='Lab Digital BV',
author_email='opensource@labdigital.nl',