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 * ` get_projects_by_tag ` added.
66 * ` get_releases_by_name ` added.
77 * ` get_all_vendors ` added.
8- * We have covered nearly all of the possibel REST API calls.
9- The library is successfully being used by multiple projects.
8+ * We have covered nearly all of the possibel REST API calls.
9+ The library is successfully being used by multiple projects.
1010 Time to release version 1.0.0.
1111
1212## V0.9.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sw360"
3- version = " 0.9.1 "
3+ version = " 1.0.0 "
44description = " Python interface to the SW360 software component catalogue"
55authors = [" Thomas Graf <thomas.graf@siemens.com>" ,
66" 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__ = (0 , 9 , 1 )
10+ __version__ = (1 , 0 , 0 )
1111
1212from .sw360_api import SW360 , SW360Error # noqa: F401
You can’t perform that action at this time.
0 commit comments