diff --git a/debian/changelog b/debian/changelog index 28d0b72..96732c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +smartmeter-datacollector (1.0.2-1) unstable; urgency=low + + * bugfix catching gurux converter failures + * update readme, add logo + * add tariff related meter data point types + + -- Supercomputing Systems AG Thu, 31 Mar 2022 11:18:09 +0200 + smartmeter-datacollector (1.0.1-1) unstable; urgency=low * don't automatically determine Python package dependencies when building a Debian package diff --git a/debian/control b/debian/control index c373b3d..207e29e 100644 --- a/debian/control +++ b/debian/control @@ -22,4 +22,3 @@ Description: Smart Meter Data Collector * Iskraemeco AM550: Data pushed by smart meter over P1 interface (DSMR). Encoded with HDLC (IEC 62056-46) and DLMS/COSEM. * Unencrypted data * Encrypted data - diff --git a/smartmeter_datacollector/__version__.py b/smartmeter_datacollector/__version__.py index 45b485c..d40a234 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__ = "1.0.1" +__version__ = "1.0.2"