Skip to content

Commit

Permalink
feat: release version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed May 7, 2024
1 parent f37ec03 commit 8856e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion cli_support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------

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

# isort: skip_file
from .cli_copyright import CliCopyright
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8856e8d

Please sign in to comment.