Skip to content

Commit

Permalink
Bump version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Dec 4, 2022
1 parent 729ce18 commit 062fdec
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.0.2

* Add type annotations and code formatter

### 4.0.1

* Fix "pip-licenses" is missing in output of `pip-licenses --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 @@ -53,7 +53,7 @@
open = open # allow monkey patching

__pkgname__ = "pip-licenses"
__version__ = "4.0.1"
__version__ = "4.0.2"
__author__ = "raimon"
__license__ = "MIT"
__summary__ = (
Expand Down

0 comments on commit 062fdec

Please sign in to comment.