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__ = (