Skip to content

Commit

Permalink
Merge pull request #53 from raimon49/release-1.18.0
Browse files Browse the repository at this point in the history
Bump version to 1.18.0
  • Loading branch information
raimon49 authored Dec 22, 2019
2 parents 2362a8a + 216aa57 commit 91969a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit 91969a8

Please sign in to comment.