Release 1.3.1
This commit is contained in:
parent
e8a86272ea
commit
01d7622c40
@ -1,6 +1,10 @@
|
|||||||
Change Log
|
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)
|
**1.3.0** (2023-08-01)
|
||||||
|
|
||||||
- added E.ON Hungary; refactored DSMR specifications to fix obis reference conflicts
|
- added E.ON Hungary; refactored DSMR specifications to fix obis reference conflicts
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(
|
|||||||
author_email='mail@nldr.net',
|
author_email='mail@nldr.net',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
url='https://github.com/ndokter/dsmr_parser',
|
url='https://github.com/ndokter/dsmr_parser',
|
||||||
version='1.3.0',
|
version='1.3.1',
|
||||||
packages=find_packages(exclude=('test', 'test.*')),
|
packages=find_packages(exclude=('test', 'test.*')),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pyserial>=3,<4',
|
'pyserial>=3,<4',
|
||||||
|
Loading…
Reference in New Issue
Block a user