Skip to content

Commit 00c3172

Browse files
author
semantic-release
committed
0.4.6
Automatically generated by python-semantic-release
1 parent 1870276 commit 00c3172

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

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+
412
## v0.4.5 (2025-09-17)
513

614
### Bug Fixes

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.4.5"
3+
version = "0.4.6"
44
description = "asyncio client library for tcp modbus devices"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
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.4.5"
1+
__version__ = "0.4.6"

0 commit comments

Comments
 (0)