Skip to content

Commit 5bbbb11

Browse files
committed
release 2023
1 parent 0eb24de commit 5bbbb11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

6+
## 2023
7+
8+
- Fix: https://github.com/FHPythonUtils/LicenseCheck/issues/26
9+
- Fix python 3.8 compatibility, thanks https://github.com/NicolaDonelli !
10+
611
## 2022.3.2 - 2022/12/30
712

813
- Fix: use constant `JOINS` (";; ") in place of hardcoded ", " string to avoid splitting single license with commas

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "licensecheck"
3-
version = "2022.3.2"
3+
version = "2023"
44
license = "mit"
55
description = "Output the licenses used by dependencies and check if these are compatible with the project license"
66
authors = ["FredHappyface"]

0 commit comments

Comments
 (0)