diff --git a/docs-source/conf.py b/docs-source/conf.py index 4455f8d..818f6cd 100644 --- a/docs-source/conf.py +++ b/docs-source/conf.py @@ -22,7 +22,7 @@ copyright = "2021, Siemens AG" # The full version, including major/minor/patch tags -release = "3.3.2" +release = "3.4.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f2c09c7..cf792e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fossology" -version = "3.3.2" +version = "3.4.0" description = "A library to automate Fossology from Python scripts" authors = ["Marion Deveaud "] license = "MIT License" @@ -25,6 +25,8 @@ exclude = ["tests/"] addopts = "--doctest-glob='*.rst' --doctest-modules" [tool.semantic_release] +build = "true" +build_command = "pip install poetry && poetry build" version_source = "tag" version_files = [ "pyproject.toml:version",