Skip to content

Commit 69106a8

Browse files
committed
release v1.0.2
1 parent c514853 commit 69106a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
smartmeter-datacollector (1.0.2-1) unstable; urgency=low
2+
3+
* bugfix catching gurux converter failures
4+
* update readme, add logo
5+
* add tariff related meter data point types
6+
7+
-- Supercomputing Systems AG <info@scs.ch> Thu, 31 Mar 2022 11:18:09 +0200
8+
19
smartmeter-datacollector (1.0.1-1) unstable; urgency=low
210

311
* don't automatically determine Python package dependencies when building a Debian package

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ Description: Smart Meter Data Collector
2222
* Iskraemeco AM550: Data pushed by smart meter over P1 interface (DSMR). Encoded with HDLC (IEC 62056-46) and DLMS/COSEM.
2323
* Unencrypted data
2424
* Encrypted data
25-

smartmeter_datacollector/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# SPDX-License-Identifier: GPL-2.0-only
66
# See LICENSES/README.md for more information.
77
#
8-
__version__ = "1.0.1"
8+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)