Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Feb 5, 2018
1 parent 240562b commit db2ab64
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

### 0.2.0
* Implement new option `--order`
* Default behavior is `--order=name`

### 0.1.0

* First implementation version
Expand Down
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from prettytable import PrettyTable

__pkgname__ = 'pip-licenses'
__version__ = '0.1.0'
__version__ = '0.2.0'
__author__ = 'raimon'
__license__ = 'MIT License'
__summary__ = 'Dump the license list of packages installed with pip.'
Expand Down

0 comments on commit db2ab64

Please sign in to comment.