We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1870276 commit 00c3172Copy full SHA for 00c3172
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.4.6 (2025-09-18)
5
+
6
+### Bug Fixes
7
8
+- Style regression from v0.4.5 ([#7](https://github.com/tutorintelligence/tcp-modbus-aio/pull/7),
9
+ [`1870276`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/187027651833d3c6986875d6dcb835e483a4e8c9))
10
11
12
## v0.4.5 (2025-09-17)
13
14
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tcp-modbus-aio"
-version = "0.4.5"
+version = "0.4.6"
description = "asyncio client library for tcp modbus devices"
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
license = "MIT"
tcp_modbus_aio/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.5"
+__version__ = "0.4.6"
0 commit comments