Skip to content

Commit

Permalink
Bump version to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed May 21, 2023
1 parent b1449dd commit 748051b
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

### 4.3.2

* Better Handling extracting URLs from `Project-URL`

### 4.3.1

* Fix to treat package names as normalized as in [PEP 503](https://peps.python.org/pep-0503/) with `--packages` and `--ignore-packages` option
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
open = open # allow monkey patching

__pkgname__ = "pip-licenses"
__version__ = "4.3.1"
__version__ = "4.3.2"
__author__ = "raimon"
__license__ = "MIT"
__summary__ = (
Expand Down

0 comments on commit 748051b

Please sign in to comment.