diff --git a/ChangeLog.md b/ChangeLog.md index be3e5d9..bcfab41 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Python library to read Component License Information (CLI) files -## NEXT +## V2.0.2 * do not add empty acknowledgments, files and filehashes. diff --git a/cli_support/__init__.py b/cli_support/__init__.py index 0214399..bd20941 100644 --- a/cli_support/__init__.py +++ b/cli_support/__init__.py @@ -7,7 +7,7 @@ # SPDX-License-Identifier: MIT # ------------------------------------------------------------------------------- -__version__ = (2, 0, 1) +__version__ = (2, 0, 2) # isort: skip_file from .cli_copyright import CliCopyright diff --git a/pyproject.toml b/pyproject.toml index b5c10ac..a0fb378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cli_support" -version = "2.0.1" +version = "2.0.2" description = "Support component license information (CLI) files" authors = ["Thomas Graf "] license = "MIT"