Release 1.4.1

This commit is contained in:
Nigel Dokter 2024-06-04 15:59:32 +02:00
parent b42ceb6555
commit d7f30b5069
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
----------
**1.4.1** (2024-03-12)
- Avoid loading timezone at runtime (`PR #157 <https://github.com/ndokter/dsmr_parser/pull/157>`_ by `dupondje <https://github.com/elupus>`_)
**1.4.0** (2024-03-12)
- Mbus alt (`PR #142 <https://github.com/ndokter/dsmr_parser/pull/142>`_ by `dupondje <https://github.com/dupondje>`_)

View File

@ -7,7 +7,7 @@ setup(
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',