Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <marion.deveaud@siemens.com>"]
license = "MIT License"
Expand All @@ -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",
Expand Down