Skip to content

Commit

Permalink
Merge pull request #205 from raimon49/release-4.5.1
Browse files Browse the repository at this point in the history
Release 4.5.1
  • Loading branch information
raimon49 authored Jul 13, 2024
2 parents 9c2db19 + e83acdb commit c194757
Show file tree
Hide file tree
Showing 2 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

### 4.5.1

* Fixes "tomli" to be output only with `--with-system` option

### 4.5.0

* Implement new feature pyproject.toml support
Expand Down
3 changes: 2 additions & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
open = open # allow monkey patching

__pkgname__ = "pip-licenses"
__version__ = "4.5.0"
__version__ = "4.5.1"
__author__ = "raimon"
__license__ = "MIT"
__summary__ = (
Expand Down Expand Up @@ -183,6 +183,7 @@ def normalize_pkg_name(pkg_name: str) -> str:
"prettytable",
"wcwidth",
"setuptools",
"tomli",
"wheel",
)

Expand Down

0 comments on commit c194757

Please sign in to comment.