Skip to content

Commit

Permalink
Merge pull request #40 from NabuCasa/dev
Browse files Browse the repository at this point in the history
Release 0.9
  • Loading branch information
pvizeli authored Mar 21, 2019
2 parents c1059b9 + c74776b commit 8940148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions hass_nabucasa/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ async def _reconnect_snitun(self) -> None:
except asyncio.CancelledError:
pass
finally:
_LOGGER.debug("Close remote UI reconnect guard")
self._reconnect_task = None

async def _certificate_handler(self) -> None:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.8"
VERSION = "0.9"

setup(
name="hass-nabucasa",
Expand Down Expand Up @@ -30,7 +30,7 @@
packages=["hass_nabucasa"],
install_requires=[
"warrant==0.6.1",
"snitun==0.15",
"snitun==0.17",
"acme==0.32.0",
"cryptography>=2.5",
"attrs>=18.2.0",
Expand Down

0 comments on commit 8940148

Please sign in to comment.