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# CaPyCli - Clearing Automation Python Command Line Tool for SW360
77
8- ## NEXT
8+ ## 2.10.1
99
1010* ` bom show ` now also shows the group, if it exists.
1111* Improve dependency detection in ` getdependencies javascript ` .
Original file line number Diff line number Diff line change 11<!--
2- # SPDX-FileCopyrightText: (c) 2018-2025 Siemens
2+ # SPDX-FileCopyrightText: (c) 2018-2026 Siemens
33# SPDX-License-Identifier: MIT
44-->
55
99
1010[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/sw360/capycli/blob/main/License.md )
1111[ ![ PyPI] ( https://shields.io/pypi/v/capycli )] ( https://pypi.org/project/capycli/ )
12- [ ![ Python Version] ( https://img.shields.io/badge/python-3.9%2C3. 10%2C3.11 -yellow?logo=python )] ( https://www.python.org/doc/versions/ )
12+ [ ![ Python Version] ( https://img.shields.io/badge/python-3.10%2C3.14 -yellow?logo=python )] ( https://www.python.org/doc/versions/ )
1313[ ![ Static Checks] ( https://github.com/sw360/capycli/actions/workflows/static-checks.yml/badge.svg )] ( https://github.com/sw360/capycli/actions/workflows/static-checks.yml )
1414[ ![ Unit Tests] ( https://github.com/sw360/capycli/actions/workflows/unit-tests.yml/badge.svg )] ( https://github.com/sw360/capycli/actions/workflows/unit-tests.yml )
1515[ ![ Coverage] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/tngraf/c8f15831ecdcf6e86ab2b69cbb2d4f89/raw/df1a91c074c5ee34dc1f0dcf82bc0e76e39b5b4e/capycli-cobertura-coverage.json&color=green )] ( https://github.com/sw360/capycli/actions/workflows/unit-tests.yml )
@@ -261,7 +261,7 @@ This is a Python project managed using ```Poetry```.
261261
262262## Copyright & License
263263
264- Copyright 2018-2025 Siemens
264+ Copyright 2018-2026 Siemens
265265
266266This program and the accompanying materials are made
267267available under the terms of the MIT License.
Original file line number Diff line number Diff line change 33
44[project ]
55name = " capycli"
6- version = " 2.10.0 "
6+ version = " 2.10.1 "
77description = " CaPyCli - Clearing Automation Python Command Line Interface for SW360"
88readme =" Readme.md"
99requires-python = " >=3.11,<3.15"
You can’t perform that action at this time.
0 commit comments