Skip to content

Commit b602247

Browse files
committed
feat: release version 2.0.1
1 parent 8b137dc commit b602247

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sw360/clipython/blob/master/License.md)
44
[![Python Version](https://img.shields.io/badge/python-3.8%2C3.9%2C3.10%2C3.11-yellow?logo=python)](https://www.python.org/doc/versions/)
5-
[![PyPI version](https://img.shields.io/badge/pypi%20package-2.0.0-green)](https://pypi.org/project/cli-support)
5+
[![PyPI](https://shields.io/pypi/v/cli-support)](https://pypi.org/project/cli-support)
66
[![Static checks](https://github.com/sw360/clipython/actions/workflows/python-package.yml/badge.svg)](https://github.com/sw360/clipython/actions/workflows/python-package.yml)
77
[![Unit tests](https://github.com/sw360/clipython/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sw360/clipython/actions/workflows/unit-test.yml)
88

9-
Python library to read Component License Information (CLI) files. They can be
9+
Python library to read and write Component License Information (CLI) files. They can be
1010
created by [FOSSology](https://www.fossology.org) and stored in
1111
[SW360](https://www.eclipse.org/sw360/).
1212

@@ -86,5 +86,7 @@ python ./show_licenses.py ./test/testfiles/CLIXML_MIT_simple.xml
8686

8787
## License
8888

89+
Copyright 2019-2024 Siemens
90+
8991
The project is licensed under the MIT license.
9092
SPDX-License-Identifier: MIT

cli_support/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# -------------------------------------------------------------------------------
2-
# (c) 2019-2023 Siemens AG
2+
# (c) 2019-2024 Siemens AG
33
# All Rights Reserved.
44
# Author: thomas.graf@siemens.com
55
#
66
# Licensed under the MIT license.
77
# SPDX-License-Identifier: MIT
88
# -------------------------------------------------------------------------------
99

10-
__version__ = (2, 0, 0)
10+
__version__ = (2, 0, 1)
1111

1212
# isort: skip_file
1313
from .cli_copyright import CliCopyright

0 commit comments

Comments
 (0)