diff --git a/README.rst b/README.rst index 92c5dba..1986a6b 100644 --- a/README.rst +++ b/README.rst @@ -245,6 +245,8 @@ be accessed via the EnerVu App. Changelog ========= +**2020-06-01 0.1.10** + - add another possible fix for #7 after logging showed that an MQTT error might be the cause. **2020-06-01 0.1.9** - add homeassistant auto config diff --git a/pyess/__init__.py b/pyess/__init__.py index 4b381f9..a7e32a8 100755 --- a/pyess/__init__.py +++ b/pyess/__init__.py @@ -3,4 +3,4 @@ #__all__ = ['cli', 'ess'] -__version__ ="0.1.9" +__version__ ="0.1.10"