We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdc927 commit 570205aCopy full SHA for 570205a
CHANGELOG.md
@@ -3,6 +3,10 @@
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
+## 2024.1.1 - 2024/03/17
7
+
8
+- Update Matrix for AGPL_3_PLUS
9
10
## 2024.1 - 2024/03/16
11
12
- code improvements
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "licensecheck"
-version = "2024.1"
+version = "2024.1.1"
license = "mit"
description = "Output the licenses used by dependencies and check if these are compatible with the project license"
authors = ["FredHappyface"]
0 commit comments