File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v2.18.0] ( https://github.com/hetznercloud/hcloud-python/releases/tag/v2.18.0 )
4+
5+ ### Available and recommended Server Types have been moved
6+
7+ ` Datacenter.server_types ` has been deprecated in favor of the new ` ServerType.locations[].available ` and ` ServerType.locations[].recommended ` fields.
8+
9+ See the [ changelog] ( https://docs.hetzner.cloud/changelog#2026-04-01-datacenter-deprecations ) for more details.
10+
11+ ### Features
12+
13+ - ** datacenter, server_type** : move available and recommended to server_type (#645 )
14+
315## [ v2.17.1] ( https://github.com/hetznercloud/hcloud-python/releases/tag/v2.17.1 )
416
517### Bug Fixes
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "2.17.1 " # x-releaser-pleaser-version
3+ __version__ = "2.18.0 " # x-releaser-pleaser-version
Original file line number Diff line number Diff line change 77
88setup (
99 name = "hcloud" ,
10- version = "2.17.1 " , # x-releaser-pleaser-version
10+ version = "2.18.0 " , # x-releaser-pleaser-version
1111 keywords = "hcloud hetzner cloud" ,
1212 description = "Official Hetzner Cloud python library" ,
1313 long_description = readme ,
You can’t perform that action at this time.
0 commit comments