File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33
44[tool .poetry ]
55name = " sw360"
6- version = " 1.9.0 "
6+ version = " 1.9.1 "
77description = " Python interface to the SW360 software component catalogue"
88authors = [" Thomas Graf <thomas.graf@siemens.com>" ,
99" Gernot Hillier <gernot.hillier@siemens.com>" ]
@@ -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" ,
You can’t perform that action at this time.
0 commit comments