From 4d2a4bc209f6f5623346f9e49bead3d95ae351df Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <> Date: Wed, 16 Sep 2026 19:15:28 +0000 Subject: [PATCH] chore(main): release v2.25.0 --- CHANGELOG.md | 12 ++++++++++++ hcloud/_version.py | 2 +- setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ce09f3..562ac124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.25.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.25.0) + +[Compare to previous version](https://github.com/hetznercloud/hcloud-python/compare/v2.24.0...v2.25.0) + +### Features + +- list network members (#687) ([9d5d21d](https://github.com/hetznercloud/hcloud-python/commit/9d5d21db356c00fd09ef524d844a93c16552dc89)) + +### Bug Fixes + +- only send load balancer service certificates when defined (#690) ([c6bc24a](https://github.com/hetznercloud/hcloud-python/commit/c6bc24a0e733c84a91404677195fe237a859e495)) + ## [v2.24.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.24.0) [Compare to previous version](https://github.com/hetznercloud/hcloud-python/compare/v2.23.0...v2.24.0) diff --git a/hcloud/_version.py b/hcloud/_version.py index 0a12a055..36e172a5 100644 --- a/hcloud/_version.py +++ b/hcloud/_version.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "2.24.0" # x-releaser-pleaser-version +__version__ = "2.25.0" # x-releaser-pleaser-version diff --git a/setup.py b/setup.py index 00d2440a..c9549fba 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hcloud", - version="2.24.0", # x-releaser-pleaser-version + version="2.25.0", # x-releaser-pleaser-version keywords="hcloud hetzner cloud", description="Official Hetzner Cloud python library", long_description=readme,