Skip to content

Commit 8856e8d

Browse files
committed
feat: release version 2.0.2
1 parent f37ec03 commit 8856e8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python library to read Component License Information (CLI) files
22

3-
## NEXT
3+
## V2.0.2
44

55
* do not add empty acknowledgments, files and filehashes.
66

cli_support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# SPDX-License-Identifier: MIT
88
# -------------------------------------------------------------------------------
99

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

1212
# isort: skip_file
1313
from .cli_copyright import CliCopyright

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cli_support"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "Support component license information (CLI) files"
55
authors = ["Thomas Graf <thomas.graf@siemens.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)