Skip to content

Commit 55e4513

Browse files
authored
chore(main): release 2.3.0 (#450)
🤖 I have created a release *beep* *boop* --- ## [2.3.0](v2.2.1...v2.3.0) (2024-10-09) ### Features * support python 3.13 ([#451](#451)) ([4a514c7](4a514c7)) ### Bug Fixes * change floating ip labels type to `dict[str, str]` ([#444](#444)) ([1f6da4e](1f6da4e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 64b48ef commit 55e4513

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.2.1"}
1+
{".":"2.3.0"}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/hetznercloud/hcloud-python/compare/v2.2.1...v2.3.0) (2024-10-09)
4+
5+
6+
### Features
7+
8+
* support python 3.13 ([#451](https://github.com/hetznercloud/hcloud-python/issues/451)) ([4a514c7](https://github.com/hetznercloud/hcloud-python/commit/4a514c7a1136a4a8c592c77120c5be36cd221b33))
9+
10+
11+
### Bug Fixes
12+
13+
* change floating ip labels type to `dict[str, str]` ([#444](https://github.com/hetznercloud/hcloud-python/issues/444)) ([1f6da4e](https://github.com/hetznercloud/hcloud-python/commit/1f6da4ef243321d3c6850b876f3c11fb1195edcf))
14+
315
## [2.2.1](https://github.com/hetznercloud/hcloud-python/compare/v2.2.0...v2.2.1) (2024-08-19)
416

517

hcloud/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "2.2.1" # x-release-please-version
3+
__version__ = "2.3.0" # x-release-please-version

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hcloud",
10-
version="2.2.1",
10+
version="2.3.0",
1111
keywords="hcloud hetzner cloud",
1212
description="Official Hetzner Cloud python library",
1313
long_description=readme,

0 commit comments

Comments
 (0)