Skip to content

Commit 3799a6e

Browse files
authored
chore(main): release 2.1.1 (#425)
🤖 I have created a release *beep* *boop* --- ## [2.1.1](v2.1.0...v2.1.1) (2024-07-30) ### Bug Fixes * do not sleep before checking for the reloaded action status ([#426](#426)) ([3e0a85b](3e0a85b)) * mark client retry backoff function as static ([#429](#429)) ([14ed130](14ed130)) ### Documentation * add api changes note in changelog ([#424](#424)) ([5cbe188](5cbe188)) --- 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 14ed130 commit 3799a6e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.1.0"}
1+
{".":"2.1.1"}

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/hetznercloud/hcloud-python/compare/v2.1.0...v2.1.1) (2024-07-30)
4+
5+
6+
### Bug Fixes
7+
8+
* do not sleep before checking for the reloaded action status ([#426](https://github.com/hetznercloud/hcloud-python/issues/426)) ([3e0a85b](https://github.com/hetznercloud/hcloud-python/commit/3e0a85b487fc15941008e4d610243de3cb0396cb))
9+
* mark client retry backoff function as static ([#429](https://github.com/hetznercloud/hcloud-python/issues/429)) ([14ed130](https://github.com/hetznercloud/hcloud-python/commit/14ed130e989c68eacce2634c7983b200570de9c2))
10+
11+
12+
### Documentation
13+
14+
* add api changes note in changelog ([#424](https://github.com/hetznercloud/hcloud-python/issues/424)) ([5cbe188](https://github.com/hetznercloud/hcloud-python/commit/5cbe1889a21c686588d91ab90306d345ba5b84dd))
15+
316
## [2.1.0](https://github.com/hetznercloud/hcloud-python/compare/v2.0.1...v2.1.0) (2024-07-25)
417

518
### API Changes for Traffic Prices and Server Type Included Traffic

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

0 commit comments

Comments
 (0)