Skip to content

Commit b4bbb31

Browse files
authored
chore(main): release v2.4.0 (#484)
<!-- section-start changelog --> ### Features - drop support for python 3.8 (#458) - add equality checks to domains (#481) ### Bug Fixes - server public ipv4 and ipv6 properties are nullable (#455) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ``` </details> Co-authored-by: releaser-pleaser <>
1 parent 24db7dd commit b4bbb31

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [v2.4.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.4.0)
4+
5+
### Features
6+
7+
- drop support for python 3.8 (#458)
8+
- add equality checks to domains (#481)
9+
10+
### Bug Fixes
11+
12+
- server public ipv4 and ipv6 properties are nullable (#455)
13+
314
## [2.3.0](https://github.com/hetznercloud/hcloud-python/compare/v2.2.1...v2.3.0) (2024-10-09)
415

516

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.3.0" # x-releaser-pleaser-version
3+
__version__ = "2.4.0" # x-releaser-pleaser-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.3.0", # x-releaser-pleaser-version
10+
version="2.4.0", # x-releaser-pleaser-version
1111
keywords="hcloud hetzner cloud",
1212
description="Official Hetzner Cloud python library",
1313
long_description=readme,

0 commit comments

Comments
 (0)