Skip to content

Commit 73e5c8e

Browse files
author
github-actions
committed
0.4.3
Automatically generated by python-semantic-release
1 parent c40c161 commit 73e5c8e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
## v0.4.3 (2024-10-23)
6+
7+
### Fix
8+
9+
* fix: prevent multiple tasks from using the same connection (#5)
10+
11+
Co-authored-by: Alon Kosowsky-Sachs <[email protected]> ([`c40c161`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/c40c161fe61dc13c47c1546c3df4213032c0d25c))
12+
13+
514
## v0.4.2 (2024-10-10)
615

716
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tcp-modbus-aio"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "asyncio client library for tcp modbus devices"
55
authors = ["Josh Gruenstein <[email protected]>"]
66
license = "MIT"

tcp_modbus_aio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2"
1+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)