Skip to content

Commit ba847d6

Browse files
committed
feat: release version 2.10.1
1 parent 8bb832b commit ba847d6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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`.

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
# SPDX-FileCopyrightText: (c) 2018-2025 Siemens
2+
# SPDX-FileCopyrightText: (c) 2018-2026 Siemens
33
# SPDX-License-Identifier: MIT
44
-->
55

@@ -9,7 +9,7 @@
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

266266
This program and the accompanying materials are made
267267
available under the terms of the MIT License.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "capycli"
6-
version = "2.10.0"
6+
version = "2.10.1"
77
description = "CaPyCli - Clearing Automation Python Command Line Interface for SW360"
88
readme="Readme.md"
99
requires-python = ">=3.11,<3.15"

0 commit comments

Comments
 (0)