From 8bda8a893842fffa823400502e9f5002c98e0472 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 21 Mar 2019 22:15:35 +0100 Subject: [PATCH 1/2] Bump version 0.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5bbc2b278..92d6bb525 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.10" +VERSION = "0.11" setup( name="hass-nabucasa", From e24b4d086b8e55d3f35c6879891161486535c30b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 25 Mar 2019 14:42:06 +0100 Subject: [PATCH 2/2] Update nabucasa (#45) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92d6bb525..9dffe2489 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ packages=["hass_nabucasa"], install_requires=[ "warrant==0.6.1", - "snitun==0.17", + "snitun==0.18", "acme==0.32.0", "cryptography>=2.5", "attrs>=18.2.0",