From 985fbcaabdd2d9585034dc7a7ef2b773a0f7e2c5 Mon Sep 17 00:00:00 2001 From: raimon Date: Wed, 20 Sep 2023 10:16:26 +0900 Subject: [PATCH] Bump version to 4.3.3 --- CHANGELOG.md | 5 +++++ piplicenses.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54ac56..1323708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## CHANGELOG +### 4.3.3 + +* Always terminate `--allow-only` and `--fail-on` messages with a newline +* Always terminate files created with `--output-file` with a newline + ### 4.3.2 * Better handling extracting URLs from `Project-URL` diff --git a/piplicenses.py b/piplicenses.py index 14d1dc5..bcf8644 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -56,7 +56,7 @@ open = open # allow monkey patching __pkgname__ = "pip-licenses" -__version__ = "4.3.2" +__version__ = "4.3.3" __author__ = "raimon" __license__ = "MIT" __summary__ = (