Skip to content

Commit

Permalink
feat: release version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed Apr 20, 2024
1 parent 8b137dc commit b602247
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sw360/clipython/blob/master/License.md)
[![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/)
[![PyPI version](https://img.shields.io/badge/pypi%20package-2.0.0-green)](https://pypi.org/project/cli-support)
[![PyPI](https://shields.io/pypi/v/cli-support)](https://pypi.org/project/cli-support)
[![Static checks](https://github.com/sw360/clipython/actions/workflows/python-package.yml/badge.svg)](https://github.com/sw360/clipython/actions/workflows/python-package.yml)
[![Unit tests](https://github.com/sw360/clipython/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sw360/clipython/actions/workflows/unit-test.yml)

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

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

## License

Copyright 2019-2024 Siemens

The project is licensed under the MIT license.
SPDX-License-Identifier: MIT
4 changes: 2 additions & 2 deletions cli_support/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -------------------------------------------------------------------------------
# (c) 2019-2023 Siemens AG
# (c) 2019-2024 Siemens AG
# All Rights Reserved.
# Author: thomas.graf@siemens.com
#
# Licensed under the MIT license.
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------

__version__ = (2, 0, 0)
__version__ = (2, 0, 1)

# isort: skip_file
from .cli_copyright import CliCopyright
Expand Down

0 comments on commit b602247

Please sign in to comment.