Set version to 0.9.0
This commit is contained in:
@@ -55,9 +55,10 @@ author = 'Lab Digital BV'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = ''
|
||||
version = '0.9.0'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = ''
|
||||
release = '0.9.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
14
setup.cfg
14
setup.cfg
@@ -12,6 +12,20 @@ max-line-length = 120
|
||||
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}
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
[bumpversion:file:docs/conf.py]
|
||||
|
Reference in New Issue
Block a user