Release 1.2.4

This commit is contained in:
Nigel Dokter 2023-07-11 22:01:00 +02:00
parent 4602e8c99f
commit 3fd032f18f
2 changed files with 7 additions and 1 deletions

View File

@ -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 <https://github.com/ndokter/dsmr_parser/pull/133>`_ by `ejpalacios <https://github.com/ejpalacios>`_)
**1.2.3** (2023-04-18)
- Fix parsing tests and line start matching (`PR #132 <https://github.com/ndokter/dsmr_parser/pull/132>`_ by `dupondje <https://github.com/dupondje>`_)

View File

@ -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',