From df9c8d381e1c311e0ed1063ad35d8d70c284d6d8 Mon Sep 17 00:00:00 2001 From: stefan6419846 <96178532+stefan6419846@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:14:44 +0200 Subject: [PATCH] version 0.4.0 --- CHANGELOG.md | 2 ++ piplicenses_lib/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eb681..04a1e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Development version +# Version 0.4.0 - 2024-08-13 + * Add option to normalize package names, defaulting to `True`. # Version 0.3.0 - 2024-06-03 diff --git a/piplicenses_lib/__init__.py b/piplicenses_lib/__init__.py index d123c9b..96b360a 100644 --- a/piplicenses_lib/__init__.py +++ b/piplicenses_lib/__init__.py @@ -45,7 +45,7 @@ __pkgname__ = "pip-licenses-lib" -__version__ = "0.3.0" +__version__ = "0.4.0" __author__ = "raimon, stefan6419846" __license__ = "MIT" __summary__ = (