From a9a1519dc390f1d903c74b6aebc4822f7e00cc10 Mon Sep 17 00:00:00 2001 From: raimon Date: Tue, 6 Feb 2018 11:18:23 +0900 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 6 ++++++ piplicenses.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2007dee..7448fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## CHANGELOG +### 1.1.0 + +* Improve document + * Add ToC to README document + * Add a information of dependencies + ### 1.0.0 * First stable release version diff --git a/piplicenses.py b/piplicenses.py index 7492f29..c7a04eb 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -36,7 +36,7 @@ from prettytable import PrettyTable __pkgname__ = 'pip-licenses' -__version__ = '1.0.0' +__version__ = '1.1.0' __author__ = 'raimon' __license__ = 'MIT License' __summary__ = 'Dump the license list of packages installed with pip.'