Skip to content

Commit 75ce0df

Browse files
committed
feat: release version 1.8.1
1 parent 3d16707 commit 75ce0df

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SPDX-FileCopyrightText: (c) 2018-2024 Siemens
1+
# SPDX-FileCopyrightText: (c) 2018-2025 Siemens
22
# SPDX-License-Identifier: MIT
33

44
[tool.poetry]
55
name = "sw360"
6-
version = "1.8.0"
6+
version = "1.8.1"
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>"]
@@ -73,3 +73,4 @@ no_implicit_reexport = true
7373

7474
[tool.codespell]
7575
skip = "test_all_components.json,test_all_releases.json,./htmlcov/*,./__internal__/*,./docs/_static/*,./docs/searchindex.js,./docs/objects.inv"
76+
ignore-words-list = "visbility"

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-2024 Siemens
2+
# Copyright (c) 2019-2025 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, 8, 0)
10+
__version__ = (1, 8, 1)
1111

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

0 commit comments

Comments
 (0)