From b5cf53c68a6af399e2a38f0483723faf2f0f9275 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 2 Aug 2020 15:28:02 +0900 Subject: [PATCH] Bump version to 2.3.0 Close #73 --- CHANGELOG.md | 6 ++++++ piplicenses.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e1169..4b88337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## CHANGELOG +### 2.3.0 + +* Implement new option for manage unicode characters + * `--filter-strings` + * `--filter-code-page` + ### 2.2.1 * Fixed the file that is selected when multiple matches are made with `LICENSE*` with run `--with-license-file` diff --git a/piplicenses.py b/piplicenses.py index 19f523f..29ab8f6 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -61,7 +61,7 @@ open = open # allow monkey patching __pkgname__ = 'pip-licenses' -__version__ = '2.2.1' +__version__ = '2.3.0' __author__ = 'raimon' __license__ = 'MIT License' __summary__ = ('Dump the software license list of '