Skip to content

Commit 0364298

Browse files
committed
feat: release version 1.9.1
1 parent 60b5ddc commit 0364298

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<!--
2-
# SPDX-FileCopyrightText: (c) 2019-2024 Siemens
2+
# SPDX-FileCopyrightText: (c) 2019-2025 Siemens
33
# SPDX-License-Identifier: MIT
44
-->
55

66
# SW360 Base Library for Python
77

8+
## V1.9.1
9+
10+
* We have now a more comprehensive query param encoding.
11+
* We have contribution guidelines.
12+
813
## V1.9.0
914

1015
* use SW360 support for `update_project_releases(..., add=True)` instead of our own code.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[tool.poetry]
55
name = "sw360"
6-
version = "1.9.0"
6+
version = "1.9.1"
77
description = "Python interface to the SW360 software component catalogue"
88
authors = ["Thomas Graf <[email protected]>",
99
"Gernot Hillier <[email protected]>"]
@@ -16,7 +16,6 @@ classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Environment :: Web Environment",
1818
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
2019
"Natural Language :: English",
2120
"Operating System :: OS Independent",
2221
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)