Skip to content

Commit dd44485

Browse files
committed
feat: release version 1.11.0
1 parent 593d3fa commit dd44485

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

SBOM/sbom.cdx.json

-48.8 KB
Binary file not shown.

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.10.1"
6+
version = "1.11.0"
77
description = "Python interface to the SW360 software component catalogue"
88
authors = ["Thomas Graf <thomas.graf@siemens.com>",
99
"Gernot Hillier <gernot.hillier@siemens.com>"]

sw360/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# -------------------------------------------------------------------------------
2-
# Copyright (c) 2019-2025 Siemens
2+
# Copyright (c) 2019-2026 Siemens
33
# All Rights Reserved.
44
# Author: thomas.graf@siemens.com
55
#
66
# Licensed under the MIT license.
77
# SPDX-License-Identifier: MIT
88
# -------------------------------------------------------------------------------
99

10-
__version__ = (1, 10, 1)
10+
__version__ = (1, 11, 0)
1111

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

0 commit comments

Comments
 (0)