Skip to content

Commit

Permalink
feat: release version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-graf committed Dec 2, 2024
1 parent 2983fec commit 8047b05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SBOM/sbom.cdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -1359,9 +1359,9 @@
],
"name": "sw360",
"type": "library",
"version": "1.7.0"
"version": "1.8.0"
},
"timestamp": "2024-10-28T06:22:41.959113+00:00",
"timestamp": "2024-12-02T09:36:18.598439+00:00",
"tools": {
"components": [
{
Expand Down Expand Up @@ -1463,7 +1463,7 @@
]
}
},
"serialNumber": "urn:uuid:c407cb4a-3018-43bf-84bb-d3b18bc5bca5",
"serialNumber": "urn:uuid:2f6c4e95-2f0c-4fa5-a719-cbbcde71f5f3",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.poetry]
name = "sw360"
version = "1.7.0"
version = "1.8.0"
description = "Python interface to the SW360 software component catalogue"
authors = ["Thomas Graf <thomas.graf@siemens.com>",
"Gernot Hillier <gernot.hillier@siemens.com>"]
Expand Down
2 changes: 1 addition & 1 deletion sw360/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------

__version__ = (1, 7, 0)
__version__ = (1, 8, 0)

from .sw360_api import SW360
from .sw360error import SW360Error
Expand Down

0 comments on commit 8047b05

Please sign in to comment.