File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66# SW360 Base Library for Python
77
8- ## UNRELEASED
8+ ## V1.9.0
99
1010* use SW360 support for ` update_project_releases(..., add=True) ` instead of our own code.
1111 This allows to pass a dict with release details (e.g. project mainline state or relation).
Original file line number Diff line number Diff line change 12161216 ],
12171217 "name" : " sw360" ,
12181218 "type" : " library" ,
1219- "version" : " 1.8.1 "
1219+ "version" : " 1.9.0 "
12201220 },
1221- "timestamp" : " 2025-01-23T10 :55:12.128406+00:00" ,
1221+ "timestamp" : " 2025-02-11T10 :55:12.128406+00:00" ,
12221222 "tools" : {
12231223 "components" : [
12241224 {
13251325 "$schema" : " http://cyclonedx.org/schema/bom-1.5.schema.json" ,
13261326 "bomFormat" : " CycloneDX" ,
13271327 "specVersion" : " 1.5"
1328- }
1328+ }
Original file line number Diff line number Diff line change 33
44[tool .poetry ]
55name = " sw360"
6- version = " 1.8.1 "
6+ version = " 1.9.0 "
77description = " Python interface to the SW360 software component catalogue"
88authors = [" Thomas Graf <thomas.graf@siemens.com>" ,
99" Gernot Hillier <gernot.hillier@siemens.com>" ]
Original file line number Diff line number Diff line change 77# SPDX-License-Identifier: MIT
88# -------------------------------------------------------------------------------
99
10- __version__ = (1 , 8 , 1 )
10+ __version__ = (1 , 9 , 0 )
1111
1212from .sw360_api import SW360
1313from .sw360error import SW360Error
You can’t perform that action at this time.
0 commit comments