Skip to content

Commit 9898b36

Browse files
committed
Release v1.11.2
1 parent 9767188 commit 9898b36

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
----------
33

4+
**1.11.2** (2026-08-01)
5+
6+
- Detect closed socket connection (`PR #194 <https://github.com/ndokter/dsmr_parser/pull/194>`_ by `brambo123 <https://github.com/brambo123>`_)
7+
48
**1.11.1** (2026-07-09)
59

610
- Set low latency to false to avoid CPU spike (`PR #189 <https://github.com/ndokter/dsmr_parser/pull/189>`_ by `jasperslits <https://github.com/jasperslits>`_)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author_email='mail@nldr.net',
88
license='MIT',
99
url='https://github.com/ndokter/dsmr_parser',
10-
version='1.11.1',
10+
version='1.11.2',
1111
packages=find_packages(exclude=('test', 'test.*')),
1212
install_requires=[
1313
'serialx>=1.8,<2',

0 commit comments

Comments
 (0)