Skip to content

Commit 752e31f

Browse files
dkriomsclaude
andcommitted
release: v2.4.87
Promote 2.4.87-pre to full release. Also aligns pyproject.toml (was stuck at 2.4.86-pre due to incomplete earlier bump). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6f88106 commit 752e31f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

custom_components/geberit_aquaclean/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"domain": "geberit_aquaclean",
33
"name": "Geberit AquaClean",
4-
"version": "2.4.87-pre",
4+
"version": "2.4.87",
55
"documentation": "https://github.com/jens62/geberit-aquaclean",
66
"issue_tracker": "https://github.com/jens62/geberit-aquaclean/issues",
77
"requirements": [
8-
"geberit-aquaclean @ git+https://github.com/jens62/geberit-aquaclean@v2.4.87-pre"
8+
"geberit-aquaclean @ git+https://github.com/jens62/geberit-aquaclean@v2.4.87"
99
],
1010
"dependencies": [],
1111
"codeowners": ["@jens62"],

pyproject.toml

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

55
[project]
66
name = "geberit-aquaclean"
7-
version = "2.4.86-pre"
7+
version = "2.4.87"
88
description = "Python bridge between Geberit AquaClean toilet (BLE) and home automation (MQTT/REST)"
99
requires-python = ">=3.11"
1010
dependencies = [

0 commit comments

Comments
 (0)