Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 23, 2024
1 parent c40c161 commit 73e5c8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.4.3 (2024-10-23)

### Fix

* fix: prevent multiple tasks from using the same connection (#5)

Co-authored-by: Alon Kosowsky-Sachs <[email protected]> ([`c40c161`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/c40c161fe61dc13c47c1546c3df4213032c0d25c))


## v0.4.2 (2024-10-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tcp-modbus-aio"
version = "0.4.2"
version = "0.4.3"
description = "asyncio client library for tcp modbus devices"
authors = ["Josh Gruenstein <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tcp_modbus_aio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.4.3"

0 comments on commit 73e5c8e

Please sign in to comment.