Skip to content

Commit 02299b5

Browse files
committed
release v1.2.0
1 parent 80e38db commit 02299b5

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
smartmeter-datacollector (1.2.0-1) unstable; urgency=low
2+
3+
* add L+G E570 smart meter
4+
* add OBIS codes for parsing reactive energy quadrants with tariff information
5+
* fix timestamp / -zone issue
6+
* update dependencies
7+
* remove support for Python 3.7 (EOL)
8+
9+
-- Supercomputing Systems AG <info@scs.ch> Wed, 27 Mar 2024 13:36:32 +0100
10+
111
smartmeter-datacollector (1.1.0-1) unstable; urgency=low
212

313
* add L+G E360 and Kamstrup HAN-NVE smart meter support

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ Description: Smart Meter Data Collector
1818
The following smart meters are supported:
1919
* Landis+Gyr E450
2020
* Landis+Gyr E360
21+
* Landis+Gyr E570
2122
* Iskraemeco AM550
2223
* Kamstrup OMNIPOWER with HAN-NVE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"Typing :: Typed",
4646
],
4747
license="GPLv2",
48-
python_requires=">=3.7",
48+
python_requires=">=3.8",
4949
packages=find_packages(
5050
exclude=["contrib", "doc", "LICENSES", "scripts", "tests", "tests."]
5151
),

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.1.0"
8+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)