Bump version: 0.9.0 → 0.9.1
This commit is contained in:
@ -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.0'
|
version = '0.9.1'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
22
setup.cfg
22
setup.cfg
@ -1,3 +1,9 @@
|
|||||||
|
[bumpversion]
|
||||||
|
current_version = 0.9.1
|
||||||
|
commit = true
|
||||||
|
tag = true
|
||||||
|
tag_name = {new_version}
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
DJANGO_SETTINGS_MODULE = tests.settings
|
DJANGO_SETTINGS_MODULE = tests.settings
|
||||||
minversion = 3.0
|
minversion = 3.0
|
||||||
@ -7,25 +13,19 @@ testpaths = tests
|
|||||||
python_paths = .
|
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]
|
|
||||||
current_version = 0.9.0
|
|
||||||
commit = true
|
|
||||||
tag = true
|
|
||||||
tag_name = {new_version}
|
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
[bumpversion:file:docs/conf.py]
|
[bumpversion:file:docs/conf.py]
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ with open('README.rst') as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='wagtail-personalisation',
|
name='wagtail-personalisation',
|
||||||
version='0.9.0',
|
version='0.9.1',
|
||||||
description='A Wagtail add-on for showing personalized content',
|
description='A Wagtail add-on for showing personalized content',
|
||||||
author='Lab Digital BV',
|
author='Lab Digital BV',
|
||||||
author_email='opensource@labdigital.nl',
|
author_email='opensource@labdigital.nl',
|
||||||
|
Reference in New Issue
Block a user