Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Mar 5, 2018
1 parent 34796a1 commit bd0a375
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit bd0a375

Please sign in to comment.