Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Jul 23, 2024
1 parent b008ff3 commit 048852b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## CHANGELOG

### 5.0.0

* Dropped support Python 3.8
* Clarified support for Python 3.12
* Migration pyproject.toml about this package
* Breaking changes
* Implicitly depends on tomli library since version 4.5.0

### 4.5.1

* Fixes "tomli" to be output only with `--with-system` option
Expand Down
2 changes: 1 addition & 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.1"
__version__ = "5.0.0"
__summary__ = (
"Dump the software license list of Python packages installed with pip."
)
Expand Down

0 comments on commit 048852b

Please sign in to comment.