diff --git a/CHANGELOG.md b/CHANGELOG.md index f52d9ae..5d04a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## CHANGELOG +### 1.6.1 + +* Fix bug + * Support display multiple license with `--from-classifier` option +* Improve document + * Add section of 'Uninstallation' in README + ### 1.6.0 * Implement new option `--format-html` diff --git a/piplicenses.py b/piplicenses.py index 43e1d7a..45afa5f 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -38,7 +38,7 @@ from prettytable.prettytable import HEADER as RULE_HEADER, ALL as RULE_ALL __pkgname__ = 'pip-licenses' -__version__ = '1.6.0' +__version__ = '1.6.1' __author__ = 'raimon' __license__ = 'MIT License' __summary__ = ('Dump the software license list of '