File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v2.10.0] ( https://github.com/hetznercloud/hcloud-python/releases/tag/v2.10.0 )
4+
5+ ### Features
6+
7+ - ** exp** : add zone format txt record helper (#578 )
8+ - add server and load balancer ` private_net_for ` helper method (#580 )
9+
310## [ v2.9.0] ( https://github.com/hetznercloud/hcloud-python/releases/tag/v2.9.0 )
411
512### Features
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "2.9 .0" # x-releaser-pleaser-version
3+ __version__ = "2.10 .0" # x-releaser-pleaser-version
Original file line number Diff line number Diff line change 77
88setup (
99 name = "hcloud" ,
10- version = "2.9 .0" , # x-releaser-pleaser-version
10+ version = "2.10 .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