Skip to content

Commit

Permalink
Preparing release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndokter committed Jul 14, 2024
1 parent 8829260 commit 94189b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/ndokter/dsmr_parser/pull/159>`_ by `dennissiemensma <https://github.com/dennissiemensma>`_)
- Swap pyserial-asyncio for pyserial-asyncio-fast (`PR #158 <https://github.com/ndokter/dsmr_parser/pull/158>`_ by `bdraco <https://github.com/bdraco>`_)

**1.4.1** (2024-06-04)

- Avoid loading timezone at runtime (`PR #157 <https://github.com/ndokter/dsmr_parser/pull/157>`_ by `elupus <https://github.com/elupus>`_)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author_email='[email protected]',
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',
Expand Down

0 comments on commit 94189b6

Please sign in to comment.