Skip to content

Commit b1dc50a

Browse files
authored
chore(main): 🔖 release v4.2.1 (#49)
1 parent 1abb9ef commit b1dc50a

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.2.0"
2+
".": "4.2.1"
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.2.1](https://github.com/svasek/python-neopool-modbus/compare/v4.2.0...v4.2.1) (2026-07-11)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **client:** 🐛 read relay auto-mode guard from timer cache ([#48](https://github.com/svasek/python-neopool-modbus/issues/48)) ([1abb9ef](https://github.com/svasek/python-neopool-modbus/commit/1abb9ef88c58c8e82a406834476e536950bb4b87))
14+
815
## [4.2.0](https://github.com/svasek/python-neopool-modbus/compare/v4.1.0...v4.2.0) (2026-07-07)
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.2.0"
7+
version = "4.2.1"
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.2.0"
43+
__version__ = "4.2.1"
4444

4545
__all__ = [
4646
"InvalidStateReason",

0 commit comments

Comments
 (0)