File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222copyright = "2021, Siemens AG"
2323
2424# The full version, including major/minor/patch tags
25- release = "3.3.2 "
25+ release = "3.4.0 "
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fossology"
3- version = " 3.3.2 "
3+ version = " 3.4.0 "
44description = " A library to automate Fossology from Python scripts"
55authors = [" Marion Deveaud <marion.deveaud@siemens.com>" ]
66license = " MIT License"
@@ -25,6 +25,8 @@ exclude = ["tests/"]
2525addopts = " --doctest-glob='*.rst' --doctest-modules"
2626
2727[tool .semantic_release ]
28+ build = " true"
29+ build_command = " pip install poetry && poetry build"
2830version_source = " tag"
2931version_files = [
3032 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments