From f3d08d1c9e99a4a03e8935df1bad3da3a7dbc8b5 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Wed, 6 May 2026 07:07:01 -0400 Subject: [PATCH] version 5.2.1 --- hbd/__init__.py | 2 +- pyproject.toml | 2 +- scripts/hbc_mini.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hbd/__init__.py b/hbd/__init__.py index 5f139c8..d5407d3 100644 --- a/hbd/__init__.py +++ b/hbd/__init__.py @@ -14,4 +14,4 @@ Install options: """ __all__ = ["__version__"] -__version__ = "5.2.0" +__version__ = "5.2.1" diff --git a/pyproject.toml b/pyproject.toml index bee5549..1941130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.2.0" +version = "5.2.1" description = "Heartbeat monitoring system — client (hbc) and server (hbd)" readme = "README.md" requires-python = ">=3.11" diff --git a/scripts/hbc_mini.py b/scripts/hbc_mini.py index 33d1b93..be64c91 100755 --- a/scripts/hbc_mini.py +++ b/scripts/hbc_mini.py @@ -41,7 +41,7 @@ from pathlib import Path from typing import Any, Dict, List, Optional, Tuple # updated by scripts/bumpminor.sh -__version__ = "5.2.0" +__version__ = "5.2.1" # --------------------------------------------------------------------------- # Protocol (mirrors hbd/common/proto.py)