Skip to content

Commit

Permalink
0.3.1 (#103)
Browse files Browse the repository at this point in the history
* Bump to 0.3.1

* Fix CVE-2017-18342
  • Loading branch information
fabaff committed Jan 6, 2019
1 parent 556b9fe commit 3431435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant_cli/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants used by Home Assistant CLI (hass-cli)."""
PACKAGE_NAME = 'homeassistant_cli'

__version__ = '0.3.0'
__version__ = '0.3.1'

REQUIRED_PYTHON_VER = (3, 5, 3)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

REQUIRES = [
'requests==2.20.1',
'pyyaml>=3.13,<4',
'pyyaml>=4.2b1',
'netdisco==2.2.0',
'click==7.0',
'click-log==0.3.2',
Expand Down

0 comments on commit 3431435

Please sign in to comment.