Set version to 0.9.0
This commit is contained in:
@@ -55,9 +55,10 @@ author = 'Lab Digital BV'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = ''
|
version = '0.9.0'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = ''
|
release = '0.9.0'
|
||||||
|
|
||||||
# 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.
|
||||||
|
14
setup.cfg
14
setup.cfg
@@ -12,6 +12,20 @@ max-line-length = 120
|
|||||||
exclude=
|
exclude=
|
||||||
src/**/migrations/*.py
|
src/**/migrations/*.py
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
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:docs/conf.py]
|
||||||
|
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ docs_require = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='wagtail_personalisation',
|
name='wagtail_personalisation',
|
||||||
version='0.1.0',
|
version='0.9.0',
|
||||||
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