Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raymar9 committed Mar 27, 2024
1 parent 80e38db commit 02299b5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
smartmeter-datacollector (1.2.0-1) unstable; urgency=low

* add L+G E570 smart meter
* add OBIS codes for parsing reactive energy quadrants with tariff information
* fix timestamp / -zone issue
* update dependencies
* remove support for Python 3.7 (EOL)

-- Supercomputing Systems AG <[email protected]> Wed, 27 Mar 2024 13:36:32 +0100

smartmeter-datacollector (1.1.0-1) unstable; urgency=low

* add L+G E360 and Kamstrup HAN-NVE smart meter support
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Description: Smart Meter Data Collector
The following smart meters are supported:
* Landis+Gyr E450
* Landis+Gyr E360
* Landis+Gyr E570
* Iskraemeco AM550
* Kamstrup OMNIPOWER with HAN-NVE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Typing :: Typed",
],
license="GPLv2",
python_requires=">=3.7",
python_requires=">=3.8",
packages=find_packages(
exclude=["contrib", "doc", "LICENSES", "scripts", "tests", "tests."]
),
Expand Down
2 changes: 1 addition & 1 deletion smartmeter_datacollector/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# See LICENSES/README.md for more information.
#
__version__ = "1.1.0"
__version__ = "1.2.0"

0 comments on commit 02299b5

Please sign in to comment.