Skip to content

Commit fec70ce

Browse files
committed
feat: release version 1.9.0
1 parent e9a7056 commit fec70ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# SW360 Base Library for Python
77

8-
## UNRELEASED
8+
## V1.9.0
99

1010
* use SW360 support for `update_project_releases(..., add=True)` instead of our own code.
1111
This allows to pass a dict with release details (e.g. project mainline state or relation).

SBOM/sbom.cdx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,9 +1216,9 @@
12161216
],
12171217
"name": "sw360",
12181218
"type": "library",
1219-
"version": "1.8.1"
1219+
"version": "1.9.0"
12201220
},
1221-
"timestamp": "2025-01-23T10:55:12.128406+00:00",
1221+
"timestamp": "2025-02-11T10:55:12.128406+00:00",
12221222
"tools": {
12231223
"components": [
12241224
{
@@ -1325,4 +1325,4 @@
13251325
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
13261326
"bomFormat": "CycloneDX",
13271327
"specVersion": "1.5"
1328-
}
1328+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[tool.poetry]
55
name = "sw360"
6-
version = "1.8.1"
6+
version = "1.9.0"
77
description = "Python interface to the SW360 software component catalogue"
88
authors = ["Thomas Graf <[email protected]>",
99
"Gernot Hillier <[email protected]>"]

sw360/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# SPDX-License-Identifier: MIT
88
# -------------------------------------------------------------------------------
99

10-
__version__ = (1, 8, 1)
10+
__version__ = (1, 9, 0)
1111

1212
from .sw360_api import SW360
1313
from .sw360error import SW360Error

0 commit comments

Comments
 (0)