From 6cf04f5a62c2f2c15df38ccda72b915f6c346337 Mon Sep 17 00:00:00 2001 From: releaser-pleaser <> Date: Tue, 10 Jun 2025 16:06:31 +0000 Subject: [PATCH] chore(main): release v2.5.3 --- CHANGELOG.md | 7 +++++++ hcloud/_version.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 067145aa..07c79bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v2.5.3](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.5.3) + +### Bug Fixes + +- invalid placement group id casting (#501) +- handle string id when checking has_id_or_name (#504) + ## [v2.5.2](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.5.2) ### Bug Fixes diff --git a/hcloud/_version.py b/hcloud/_version.py index e93dacf8..7252467c 100644 --- a/hcloud/_version.py +++ b/hcloud/_version.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "2.5.2" # x-releaser-pleaser-version +__version__ = "2.5.3" # x-releaser-pleaser-version diff --git a/setup.py b/setup.py index 418e7840..11ce0d46 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hcloud", - version="2.5.2", # x-releaser-pleaser-version + version="2.5.3", # x-releaser-pleaser-version keywords="hcloud hetzner cloud", description="Official Hetzner Cloud python library", long_description=readme,