Skip to content

Commit

Permalink
Merge pull request #115 from raimon49/release-3.5.3
Browse files Browse the repository at this point in the history
Close #113
  • Loading branch information
raimon49 authored Oct 12, 2021
2 parents 6244f8a + 2c93e3a commit 91f6d11
Show file tree
Hide file tree
Showing 2 changed files with 5 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

### 3.5.3

* Support pip 21.3 or later

### 3.5.2

* Ignore spaces around `--fail-on` and `--allow-only` parameters
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_installed_distributions():
open = open # allow monkey patching

__pkgname__ = 'pip-licenses'
__version__ = '3.5.2'
__version__ = '3.5.3'
__author__ = 'raimon'
__license__ = 'MIT'
__summary__ = ('Dump the software license list of '
Expand Down

0 comments on commit 91f6d11

Please sign in to comment.