File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
All major and minor version changes will be documented in this file. Details of
4
4
patch-level version changes can be found in [ commit messages] ( ../../commits/master ) .
5
5
6
+ ## 2023
7
+
8
+ - Fix: https://github.com/FHPythonUtils/LicenseCheck/issues/26
9
+ - Fix python 3.8 compatibility, thanks https://github.com/NicolaDonelli !
10
+
6
11
## 2022.3.2 - 2022/12/30
7
12
8
13
- Fix: use constant ` JOINS ` (";; ") in place of hardcoded ", " string to avoid splitting single license with commas
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " licensecheck"
3
- version = " 2022.3.2 "
3
+ version = " 2023 "
4
4
license = " mit"
5
5
description = " Output the licenses used by dependencies and check if these are compatible with the project license"
6
6
authors = [" FredHappyface" ]
You can’t perform that action at this time.
0 commit comments