Skip to content

Commit 27a35be

Browse files
author
github-actions
committed
0.4.0
Automatically generated by python-semantic-release
1 parent 706938d commit 27a35be

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33

44

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+
512
## v0.3.0 (2024-07-10)
613

714
### Feature

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.3.0"
3+
version = "0.4.0"
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.3.0"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)