Skip to content

Commit

Permalink
Merge pull request #392 from home-assistant-ecosystem/dev
Browse files Browse the repository at this point in the history
0.9.6
  • Loading branch information
fabaff authored Oct 24, 2022
2 parents 904de37 + 5da4411 commit e9b1b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.9.5'
__version__ = '0.9.6'
# __version__ = '0.10.0.dev0'

AUTO_SERVER = 'auto'
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_git_commit_datetime() -> str:

REQUIRES = [
'aiohttp>=3.8,<4',
'click-log>=0.3.2,<0.4',
'click-log>=0.4,<0.5',
'click>=8,<9',
'dateparser>=0.7.1,<0.8',
'jinja2>=2.10',
Expand All @@ -89,7 +89,7 @@ def get_git_commit_datetime() -> str:
'regex>=2022.9',
'ruamel.yaml>=0.17,<0.18',
'requests>=2.28.0,<3',
'tabulate>=0.8.3,<0.9',
'tabulate>=0.8.3,<0.10',
]

# Should be as close to Home Assistant dev/master as possible
Expand All @@ -106,7 +106,7 @@ def get_git_commit_datetime() -> str:
'pytest>=7,<8',
'pytest-cov>=2.11,<3',
'pytest-sugar>=0.9.4,<0.10',
'pytest-timeout>=1.4,<2',
'pytest-timeout>=2,<3',
'requests_mock>=1.8.0,<2',
'twine>=1.13.0,<2',
'wheel>=0.33.1,<0.40', # Otherwise setup.py bdist_wheel does not work
Expand Down

0 comments on commit e9b1b4c

Please sign in to comment.