8

Set version to 0.9.0

This commit is contained in:
Michael van Tellingen
2017-06-02 15:20:26 +02:00
parent 537dfb12a6
commit 2e74741033
3 changed files with 18 additions and 3 deletions

View File

@@ -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.

View File

@@ -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]

View File

@@ -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',