File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Python library to read Component License Information (CLI) files
2
2
3
- ## NEXT
3
+ ## V2.0.2
4
4
5
5
* do not add empty acknowledgments, files and filehashes.
6
6
Original file line number Diff line number Diff line change 7
7
# SPDX-License-Identifier: MIT
8
8
# -------------------------------------------------------------------------------
9
9
10
- __version__ = (2 , 0 , 1 )
10
+ __version__ = (2 , 0 , 2 )
11
11
12
12
# isort: skip_file
13
13
from .cli_copyright import CliCopyright
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cli_support"
3
- version = " 2.0.1 "
3
+ version = " 2.0.2 "
4
4
description = " Support component license information (CLI) files"
5
5
authors = [" Thomas Graf <thomas.graf@siemens.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments