Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent 706938d commit 27a35be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.4.0 (2024-07-16)

### Feature

* feat: Add reconnect cooldown (#2) ([`706938d`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/706938d7918a1a11f02250efa80ae2130fb4e3f5))


## v0.3.0 (2024-07-10)

### Feature
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.3.0"
version = "0.4.0"
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.3.0"
__version__ = "0.4.0"

0 comments on commit 27a35be

Please sign in to comment.