Skip to content

Commit d2bb4c7

Browse files
authored
Merge pull request #164 from fossology/fix/release
chore: update version numbers to latest semantic release
2 parents 125dc8a + 844e441 commit d2bb4c7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = "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 ---------------------------------------------------

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fossology"
3-
version = "3.3.2"
3+
version = "3.4.0"
44
description = "A library to automate Fossology from Python scripts"
55
authors = ["Marion Deveaud <marion.deveaud@siemens.com>"]
66
license = "MIT License"
@@ -25,6 +25,8 @@ exclude = ["tests/"]
2525
addopts = "--doctest-glob='*.rst' --doctest-modules"
2626

2727
[tool.semantic_release]
28+
build = "true"
29+
build_command = "pip install poetry && poetry build"
2830
version_source = "tag"
2931
version_files = [
3032
"pyproject.toml:version",

0 commit comments

Comments
 (0)