We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131b142 commit fe405c7Copy full SHA for fe405c7
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v2.9.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.9.0)
4
+
5
+### Features
6
7
+- support python 3.14 (#566)
8
9
## [v2.8.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.8.0)
10
11
### DNS API Beta
hcloud/_version.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "2.8.0" # x-releaser-pleaser-version
+__version__ = "2.9.0" # x-releaser-pleaser-version
setup.py
@@ -7,7 +7,7 @@
setup(
name="hcloud",
- version="2.8.0", # x-releaser-pleaser-version
+ version="2.9.0", # x-releaser-pleaser-version
keywords="hcloud hetzner cloud",
12
description="Official Hetzner Cloud python library",
13
long_description=readme,
0 commit comments