Skip to content

Commit 8047b05

Browse files
committed
feat: release version 1.8.0
1 parent 2983fec commit 8047b05

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

SBOM/sbom.cdx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,9 +1359,9 @@
13591359
],
13601360
"name": "sw360",
13611361
"type": "library",
1362-
"version": "1.7.0"
1362+
"version": "1.8.0"
13631363
},
1364-
"timestamp": "2024-10-28T06:22:41.959113+00:00",
1364+
"timestamp": "2024-12-02T09:36:18.598439+00:00",
13651365
"tools": {
13661366
"components": [
13671367
{
@@ -1463,7 +1463,7 @@
14631463
]
14641464
}
14651465
},
1466-
"serialNumber": "urn:uuid:c407cb4a-3018-43bf-84bb-d3b18bc5bca5",
1466+
"serialNumber": "urn:uuid:2f6c4e95-2f0c-4fa5-a719-cbbcde71f5f3",
14671467
"version": 1,
14681468
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
14691469
"bomFormat": "CycloneDX",

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.7.0"
6+
version = "1.8.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, 7, 0)
10+
__version__ = (1, 8, 0)
1111

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

0 commit comments

Comments
 (0)