We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb24de commit 5bbbb11Copy full SHA for 5bbbb11
2 files changed
CHANGELOG.md
@@ -3,6 +3,11 @@
3
All major and minor version changes will be documented in this file. Details of
4
patch-level version changes can be found in [commit messages](../../commits/master).
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
11
## 2022.3.2 - 2022/12/30
12
13
- Fix: use constant `JOINS` (";; ") in place of hardcoded ", " string to avoid splitting single license with commas
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "licensecheck"
-version = "2022.3.2"
+version = "2023"
license = "mit"
description = "Output the licenses used by dependencies and check if these are compatible with the project license"
authors = ["FredHappyface"]
0 commit comments