Skip to content

Commit

Permalink
Bump version to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Sep 20, 2023
1 parent 629a433 commit 985fbca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## CHANGELOG

### 4.3.3

* Always terminate `--allow-only` and `--fail-on` messages with a newline
* Always terminate files created with `--output-file` with a newline

### 4.3.2

* Better handling extracting URLs from `Project-URL`
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.2"
__version__ = "4.3.3"
__author__ = "raimon"
__license__ = "MIT"
__summary__ = (
Expand Down

0 comments on commit 985fbca

Please sign in to comment.