Skip to content

Commit

Permalink
Merge pull request #44 from raimon49/release-1.16.0
Browse files Browse the repository at this point in the history
Release 1.16.0
  • Loading branch information
raimon49 authored Nov 13, 2019
2 parents 3c6157a + b560ce6 commit 98f3de3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 1.16.0

* Implement new option `--format=json-license-finder`

### 1.15.2

* Read license file works well with Windows
Expand Down
50 changes: 25 additions & 25 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,51 @@
#
apipkg==1.5 # via execnet
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
attrs==19.3.0 # via pytest
autopep8==1.4.4
bleach==3.1.0 # via readme-renderer
certifi==2019.6.16 # via requests
certifi==2019.9.11 # via requests
chardet==3.0.4 # via requests
click==7.0 # via pip-tools
codecov==2.0.15
configparser==3.7.4 # via importlib-metadata
contextlib2==0.5.5 # via importlib-metadata
coverage==4.5.3 # via codecov, pytest-cov
docutils==0.15.1.post1
execnet==1.6.1 # via pytest-cache
configparser==4.0.2 # via importlib-metadata
contextlib2==0.6.0.post1 # via importlib-metadata
coverage==4.5.4 # via codecov, pytest-cov
docutils==0.15.2
execnet==1.7.1 # via pytest-cache
funcsigs==1.0.2 # via pytest
idna==2.8 # via requests
importlib-metadata==0.18 # via pluggy, pytest
more-itertools==5.0.0 # via pytest
packaging==19.0 # via pytest
pathlib2==2.3.4 # via importlib-metadata, pytest
pip-tools==3.9.0
importlib-metadata==0.23 # via pluggy, pytest
more-itertools==5.0.0 # via pytest, zipp
packaging==19.2 # via pytest
pathlib2==2.3.5 # via importlib-metadata, pytest
pip-tools==4.2.0
pkginfo==1.5.0.1 # via twine
pluggy==0.12.0 # via pytest
pluggy==0.13.0 # via pytest
ptable==0.9.2
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via autopep8, pytest-pycodestyle
pygments==2.4.2 # via readme-renderer
pypandoc==1.4
pyparsing==2.4.1.1 # via packaging
pyparsing==2.4.5 # via packaging
pytest-cache==1.0 # via pytest-pycodestyle
pytest-cov==2.7.1
pytest-cov==2.8.1
pytest-pycodestyle==1.0.6
pytest-runner==5.1
pytest==4.6.4 # via pytest-cache, pytest-cov, pytest-pycodestyle
pytest-runner==5.2
pytest==4.6.6 # via pytest-cache, pytest-cov, pytest-pycodestyle
readme-renderer==24.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.22.0 # via codecov, requests-toolbelt, twine
scandir==1.10.0 # via pathlib2
six==1.12.0 # via bleach, more-itertools, packaging, pathlib2, pip-tools, pytest, readme-renderer
tqdm==4.32.2 # via twine
twine==1.13.0
urllib3==1.25.3 # via requests
six==1.13.0 # via bleach, more-itertools, packaging, pathlib2, pip-tools, pytest, readme-renderer
tqdm==4.38.0 # via twine
twine==1.15.0
urllib3==1.25.7 # via requests
wcwidth==0.1.7 # via pytest
webencodings==0.5.1 # via bleach
wheel==0.33.4
zipp==0.5.2 # via importlib-metadata
wheel==0.33.6
zipp==0.6.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip==19.2.1 # via pypandoc
# setuptools==41.0.1 # via pypandoc, twine
# pip==19.3.1 # via pypandoc
# setuptools==41.6.0 # via pypandoc, twine
2 changes: 1 addition & 1 deletion piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
HEADER as RULE_HEADER, NONE as RULE_NONE)

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

0 comments on commit 98f3de3

Please sign in to comment.