From 43a1203f928da07eac9d30a70d46bd2a75913271 Mon Sep 17 00:00:00 2001 From: gluap Date: Thu, 29 Jun 2023 21:34:59 +0200 Subject: [PATCH] up version --- README.rst | 3 +++ pyess/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 55da403..a549377 100644 --- a/README.rst +++ b/README.rst @@ -269,6 +269,9 @@ be accessed via the EnerVu App. Changelog ========= +**2023-06-29 0.1.15** + - compatibility changes for python3.11 + **2022-03-15 0.1.14** - fix typo in mqtt autoconfig diff --git a/pyess/__init__.py b/pyess/__init__.py index 47b617d..783d1b0 100755 --- a/pyess/__init__.py +++ b/pyess/__init__.py @@ -3,4 +3,4 @@ #__all__ = ['cli', 'ess'] -__version__ ="0.1.14" +__version__ ="0.1.15"