Skip to content

Commit 9f36c42

Browse files
authored
chore(main): release 1.29.1 (#306)
🤖 I have created a release *beep* *boop* --- ## [1.29.1](v1.29.0...v1.29.1) (2023-09-26) ### Bug Fixes * prevent api calls when printing bound models ([#305](#305)) ([c1de7ef](c1de7ef)) --- 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 c1de7ef commit 9f36c42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.29.1](https://github.com/hetznercloud/hcloud-python/compare/v1.29.0...v1.29.1) (2023-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent api calls when printing bound models ([#305](https://github.com/hetznercloud/hcloud-python/issues/305)) ([c1de7ef](https://github.com/hetznercloud/hcloud-python/commit/c1de7efc851b3b10e2a50e66268fc8fb0ff648a8))
9+
310
## [1.29.0](https://github.com/hetznercloud/hcloud-python/compare/v1.28.0...v1.29.0) (2023-09-25)
411

512

hcloud/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
VERSION = "1.29.0" # x-release-please-version
3+
VERSION = "1.29.1" # x-release-please-version

0 commit comments

Comments
 (0)