Skip to content

Commit d395d7e

Browse files
author
semantic-release
committed
0.4.7
Automatically generated by python-semantic-release
1 parent f8c7681 commit d395d7e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.4.7 (2025-10-22)
5+
6+
### Bug Fixes
7+
8+
- Create v0.4.7, equal to v0.4.4
9+
([`f8c7681`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/f8c7681b8f08d9379af7de307b42f79f3732c716))
10+
11+
### Chores
12+
13+
- Revert code to v0.4.4
14+
([`3359bf9`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/3359bf965915860e0855f1e3dab17a2180adec33))
15+
16+
417
## v0.4.6 (2025-09-18)
518

619
### 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.6"
3+
version = "0.4.7"
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.4.6"
1+
__version__ = "0.4.7"

0 commit comments

Comments
 (0)