File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13591359 ],
13601360 "name" : " sw360" ,
13611361 "type" : " library" ,
1362- "version" : " 1.7 .0"
1362+ "version" : " 1.8 .0"
13631363 },
1364- "timestamp" : " 2024-10-28T06:22:41.959113 +00:00" ,
1364+ "timestamp" : " 2024-12-02T09:36:18.598439 +00:00" ,
13651365 "tools" : {
13661366 "components" : [
13671367 {
14631463 ]
14641464 }
14651465 },
1466- "serialNumber" : " urn:uuid:c407cb4a-3018-43bf-84bb-d3b18bc5bca5 " ,
1466+ "serialNumber" : " urn:uuid:2f6c4e95-2f0c-4fa5-a719-cbbcde71f5f3 " ,
14671467 "version" : 1 ,
14681468 "$schema" : " http://cyclonedx.org/schema/bom-1.5.schema.json" ,
14691469 "bomFormat" : " CycloneDX" ,
Original file line number Diff line number Diff line change 33
44[tool .poetry ]
55name = " sw360"
6- version = " 1.7 .0"
6+ version = " 1.8 .0"
77description = " Python interface to the SW360 software component catalogue"
88authors = [
" Thomas Graf <[email protected] >" ,
99" Gernot Hillier <[email protected] >" ]
Original file line number Diff line number Diff line change 77# SPDX-License-Identifier: MIT
88# -------------------------------------------------------------------------------
99
10- __version__ = (1 , 7 , 0 )
10+ __version__ = (1 , 8 , 0 )
1111
1212from .sw360_api import SW360
1313from .sw360error import SW360Error
You can’t perform that action at this time.
0 commit comments