Release 1.3.1

This commit is contained in:
Jean-Louis Dupond 2023-11-06 15:09:47 +01:00
parent e8a86272ea
commit 01d7622c40
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
----------
**1.3.1** (2023-11-06)
- Fix parsing peak usage with invalid timestamps
(`PR #143 <https://github.com/ndokter/dsmr_parser/pull/143>`_ by `dupondje <https://github.com/dupondje>`_)
**1.3.0** (2023-08-01)
- added E.ON Hungary; refactored DSMR specifications to fix obis reference conflicts

View File

@ -7,7 +7,7 @@ setup(
author_email='mail@nldr.net',
license='MIT',
url='https://github.com/ndokter/dsmr_parser',
version='1.3.0',
version='1.3.1',
packages=find_packages(exclude=('test', 'test.*')),
install_requires=[
'pyserial>=3,<4',