From fca7cdc15c610ff955995732340a5b21d9ebf24a Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 22 Dec 2019 13:17:08 +0900 Subject: [PATCH 1/2] Bump version to 1.18.0 --- CHANGELOG.md | 4 ++++ piplicenses.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2154206..d21f77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGELOG +### 1.18.0 + +* Supports compatibility to work with either PTable or prettytable + ### 1.17.0 * Implement new option `--output-file` diff --git a/piplicenses.py b/piplicenses.py index 9f25980..aa8b338 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -60,7 +60,7 @@ PTABLE = False __pkgname__ = 'pip-licenses' -__version__ = '1.17.0' +__version__ = '1.18.0' __author__ = 'raimon' __license__ = 'MIT License' __summary__ = ('Dump the software license list of ' From 216aa574361f8440cbc96f41016609fc3d51f2ac Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 22 Dec 2019 13:32:16 +0900 Subject: [PATCH 2/2] Add a note about release 1.18.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b29be7..a7af193 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ See useful reports: ### Dependencies * [PTable](https://pypi.org/project/PTable/) by Luke Maurits and maintainer of fork version Kane Blueriver under the BSD-3-Clause License + * **Note:** Alternatively, it works fine with the [PrettyTable](https://pypi.org/project/PrettyTable/) package. (See also): [Allow using prettytable #52](https://github.com/raimon49/pip-licenses/pull/52) `pip-licenses` has been implemented in the policy to minimize the dependence on external package.