From dc2b5f08a10f6a072b3f0e46e4240d4a265e6e6a Mon Sep 17 00:00:00 2001 From: Sascha Montellese Date: Fri, 10 Sep 2021 09:19:30 +0200 Subject: [PATCH] release v0.6.0 --- debian/changelog | 6 ++++++ debian/control | 13 ++++++------- smartmeter_datacollector/__version__.py | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 832ad88..edb78cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +smartmeter-datacollector (0.6.0-1) unstable; urgency=low + + * improved error handling and unit tests + + -- Supercomputing Systems AG Fri, 10 Sep 2021 09:09:58 +0200 + smartmeter-datacollector (0.5.0-1) unstable; urgency=low * support building Debian source and binary packages for distribution on Debian Buster amd64 and raspios diff --git a/debian/control b/debian/control index fb1ae7d..03e2117 100644 --- a/debian/control +++ b/debian/control @@ -11,12 +11,11 @@ Architecture: all Pre-Depends: python3-pip Depends: ${misc:Depends}, ${python3:Depends} Description: Smart Meter Data Collector - # Smart Meter Data Collector . -

- License: GPL-2.0-only Pull Requests Welcome Contributions Welcome -
- Python Code Checks PyPI - Python Version -

+ The smartmeter-datacollector tool is a Python3 software which allows you to continuously retrieve data from supported smart meters (listed below). + The acquired values can be forwarded to one or more data sinks like a MQTT broker or logger. . - + The following smart meters are supported: + * Landis+Gyr E450: Data pushed by smart meter over CII interface (wired M-Bus). Encoded with HDLC and DLMS/COSEM. + * Unencrypted data + * Encrypted data diff --git a/smartmeter_datacollector/__version__.py b/smartmeter_datacollector/__version__.py index fed5516..543a34b 100644 --- a/smartmeter_datacollector/__version__.py +++ b/smartmeter_datacollector/__version__.py @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0-only # See LICENSES/README.md for more information. # -__version__ = "0.5.0" +__version__ = "0.6.0"