From 3fd032f18f5199a33062fd3585a63b75a58cb2a5 Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Tue, 11 Jul 2023 22:01:00 +0200 Subject: [PATCH] Release 1.2.4 --- CHANGELOG.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cc73a4..7d97743 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ---------- +**1.2.4** (2023-07-11) + +- EQUIPMENT IDENTIFIER is wrong for Fluvius meters when other mbus devices are present + (`PR #133 `_ by `ejpalacios `_) + + **1.2.3** (2023-04-18) - Fix parsing tests and line start matching (`PR #132 `_ by `dupondje `_) diff --git a/setup.py b/setup.py index 44ad9ee..86d160b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( author_email='mail@nldr.net', license='MIT', url='https://github.com/ndokter/dsmr_parser', - version='1.2.3', + version='1.2.4', packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4',