Skip to content

Commit 717d54b

Browse files
authored
chore(main): 🔖 release v4.5.2 (#63)
1 parent 8489cb4 commit 717d54b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.5.1"
2+
".": "4.5.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.5.2](https://github.com/svasek/python-neopool-modbus/compare/v4.5.1...v4.5.2) (2026-08-25)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **client:** 🐛 write RMW results back into the register cache ([#62](https://github.com/svasek/python-neopool-modbus/issues/62)) ([8489cb4](https://github.com/svasek/python-neopool-modbus/commit/8489cb4432342bdd4d8823fcbaff41ca6f243017))
14+
815
## [4.5.1](https://github.com/svasek/python-neopool-modbus/compare/v4.5.0...v4.5.1) (2026-07-23)
916

1017

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "neopool-modbus"
7-
version = "4.5.1"
7+
version = "4.5.2"
88
description = "Async Python client for Sugar Valley NeoPool / VistaPool / Hidrolife Modbus pool controllers"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/neopool_modbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
)
4141
from .probe import async_probe_serial
4242

43-
__version__ = "4.5.1"
43+
__version__ = "4.5.2"
4444

4545
__all__ = [
4646
"InvalidStateReason",

0 commit comments

Comments
 (0)