From 83d4be26ae77263a31d9710a92933aa3228691f0 Mon Sep 17 00:00:00 2001 From: dstrigl <577250+dstrigl@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:46:52 +0100 Subject: [PATCH] Preparation for release v1.3.2 --- HISTORY.rst | 8 ++++++++ htheatpump/__version__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d742f1d..7f7a075 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ History ======= +1.3.2 (2022-01-13) +------------------ + +* updated copyright statements +* some minor improvements in the tests +* fix: removed log of loaded definition file path (``HTHEATPUMP: load parameter definitions ...``) + to get a clean JSON output in the sample scripts (e.g. ``htquery.py``) + 1.3.1 (2021-01-20) ------------------ diff --git a/htheatpump/__version__.py b/htheatpump/__version__.py index 760965e..6699a78 100644 --- a/htheatpump/__version__.py +++ b/htheatpump/__version__.py @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.3.1" +__version__ = "1.3.2"