diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5bacbd..e4e9e67 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Change Log ---------- +**1.4.0** (2024-03-12) +- Q3D add CURRENT_ELECTRICITY_DELIVERY + (`PR #149 `_ by `Aeroid `_) +- Copy head_parsers list on construct. + (`PR #150 `_ by `dupondje `_) + + **1.3.2** (2024-01-29) - Fix unit test for pyton 3.12 (`PR #148 `_ by `ndokter `_) diff --git a/setup.py b/setup.py index 1e7c15a..effe553 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.2', + version='1.4.0', packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4',