diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cb0f9b..494e41e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log ---------- +**1.4.1** (2024-03-12) + +- Avoid loading timezone at runtime (`PR #157 `_ by `dupondje `_) + **1.4.0** (2024-03-12) - Mbus alt (`PR #142 `_ by `dupondje `_) diff --git a/setup.py b/setup.py index effe553..ec93e45 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author_email='mail@nldr.net', license='MIT', url='https://github.com/ndokter/dsmr_parser', - version='1.4.0', + version='1.4.1', packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4',