diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9dd15b4..e5bacbd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log ---------- +**1.3.2** (2024-01-29) +- Fix unit test for pyton 3.12 + (`PR #148 `_ by `ndokter `_) + **1.3.1** (2023-11-06) - Fix parsing peak usage with invalid timestamps (`PR #143 `_ by `dupondje `_) diff --git a/setup.py b/setup.py index ae8e596..1e7c15a 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.3.1', + version='1.3.2', packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4',