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 706938d commit 27a35beCopy full SHA for 27a35be
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## v0.4.0 (2024-07-16)
6
+
7
+### Feature
8
9
+* feat: Add reconnect cooldown (#2) ([`706938d`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/706938d7918a1a11f02250efa80ae2130fb4e3f5))
10
11
12
## v0.3.0 (2024-07-10)
13
14
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "tcp-modbus-aio"
-version = "0.3.0"
+version = "0.4.0"
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.3.0"
+__version__ = "0.4.0"
0 commit comments