From 0915817ea872ae92c3a673f10ccff5be04eb3842 Mon Sep 17 00:00:00 2001 From: raimon Date: Thu, 11 Jul 2024 18:58:23 +0900 Subject: [PATCH] Bump version to 4.5.0 --- CHANGELOG.md | 4 ++++ piplicenses.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90d92e..b9f458d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGELOG +### 4.5.0 + +* Implement new feature pyproject.toml support + ### 4.4.0 * Implement new option `--partial-match` diff --git a/piplicenses.py b/piplicenses.py index f8fe306..3463666 100755 --- a/piplicenses.py +++ b/piplicenses.py @@ -57,7 +57,7 @@ open = open # allow monkey patching __pkgname__ = "pip-licenses" -__version__ = "4.4.0" +__version__ = "4.5.0" __author__ = "raimon" __license__ = "MIT" __summary__ = (