From 8047b0537a8caa29e23a93c6e0611398ceea00f1 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 2 Dec 2024 10:37:31 +0100 Subject: [PATCH] feat: release version 1.8.0 --- SBOM/sbom.cdx.json | 6 +++--- pyproject.toml | 2 +- sw360/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SBOM/sbom.cdx.json b/SBOM/sbom.cdx.json index d39a5e0..83ac78d 100644 --- a/SBOM/sbom.cdx.json +++ b/SBOM/sbom.cdx.json @@ -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": [ { @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 88b0b3a..5d48b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Gernot Hillier "] diff --git a/sw360/__init__.py b/sw360/__init__.py index b610aab..eeca9ed 100644 --- a/sw360/__init__.py +++ b/sw360/__init__.py @@ -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