Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
Close #73
  • Loading branch information
raimon49 committed Aug 2, 2020
1 parent c40e743 commit b5cf53c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGELOG

### 2.3.0

* Implement new option for manage unicode characters
* `--filter-strings`
* `--filter-code-page`

### 2.2.1

* Fixed the file that is selected when multiple matches are made with `LICENSE*` with run `--with-license-file`
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
open = open # allow monkey patching

__pkgname__ = 'pip-licenses'
__version__ = '2.2.1'
__version__ = '2.3.0'
__author__ = 'raimon'
__license__ = 'MIT License'
__summary__ = ('Dump the software license list of '
Expand Down

0 comments on commit b5cf53c

Please sign in to comment.