diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 09cdb47..fcba834 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Change Log ---------- +**1.4.2** (2024-07-14) + +- Bump Github Actions to latest versions in favor of Node deprecations (`PR #159 `_ by `dennissiemensma `_) +- Swap pyserial-asyncio for pyserial-asyncio-fast (`PR #158 `_ by `bdraco `_) + **1.4.1** (2024-06-04) - Avoid loading timezone at runtime (`PR #157 `_ by `elupus `_) diff --git a/setup.py b/setup.py index 631b3d6..0a18cbd 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.1', + version='1.4.2', packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4',