File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# SW360 Base Library for Python
77
8- ## NEXT
8+ ## V1.2.2
99
1010* fix: download_xxx_attachment now raises an SW360Error for failed downloads
1111 instead of silently creating a file containing the JSON answer
Original file line number Diff line number Diff line change 33
44[tool .poetry ]
55name = " sw360"
6- version = " 1.2.1 "
6+ version = " 1.2.2 "
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 , 2 , 0 )
10+ __version__ = (1 , 2 , 2 )
1111
1212from .sw360_api import SW360 # noqa: F401
1313from .sw360error import SW360Error # noqa: F401
You can’t perform that action at this time.
0 commit comments