Skip to content

Commit

Permalink
preparation for v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrigl committed Mar 31, 2020
1 parent 86f6a4b commit 71d7109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# History

## 0.1.6 (2020-??-??)
## 0.1.6 (2020-03-31)

* Updated to `htheatpump v1.2.3`, which now includes several helper scripts (e.g. `htcomplparams`).
* Added possibility to disable all parameter verification actions (arg `--no-param-verification`).
* Changed behaviour: No reconnect of the serial connection will be performed for each request,
because each `login()` call during a request will automatically try a reconnect on failure.
Expand Down
2 changes: 1 addition & 1 deletion htrest/logging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ qualname=htheatpump.htheatpump
propagate=0

[logger_werkzeug]
level=INFO
level=WARNING
handlers=consoleHandler
qualname=werkzeug
propagate=0
Expand Down
2 changes: 1 addition & 1 deletion htrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def __str__(self) -> str:
return "[{}, version {}]".format(self.package, self.short())


version = Version("HtREST", 0, 1, 5)
version = Version("HtREST", 0, 1, 6)
""" Version definition of the :mod:`HtREST` module. """
# version.__name__ = "HtREST"

0 comments on commit 71d7109

Please sign in to comment.