Skip to content

Commit d365726

Browse files
authored
chore(main): release 1.33.1 (#344)
🤖 I have created a release *beep* *boop* --- ## [1.33.1](v1.33.0...v1.33.1) (2024-01-02) ### Bug Fixes * private object not exported in top level module ([#346](#346)) ([5281b05](5281b05)) ### Dependencies * update dependency coverage to >=7.4,<7.5 ([#348](#348)) ([3ac5711](3ac5711)) * update dependency mypy to >=1.8,<1.9 ([#343](#343)) ([984022f](984022f)) * update pre-commit hook psf/black-pre-commit-mirror to v23.12.1 ([#347](#347)) ([2c24efe](2c24efe)) --- 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 5281b05 commit d365726

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.33.0"}
1+
{".":"1.33.1"}

CHANGELOG.md

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

3+
## [1.33.1](https://github.com/hetznercloud/hcloud-python/compare/v1.33.0...v1.33.1) (2024-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* private object not exported in top level module ([#346](https://github.com/hetznercloud/hcloud-python/issues/346)) ([5281b05](https://github.com/hetznercloud/hcloud-python/commit/5281b0583541b6e0e9b8c7ad75faa42c5d379735))
9+
10+
11+
### Dependencies
12+
13+
* update dependency coverage to >=7.4,<7.5 ([#348](https://github.com/hetznercloud/hcloud-python/issues/348)) ([3ac5711](https://github.com/hetznercloud/hcloud-python/commit/3ac57117e8a68a02cba19c56f850f037c4aca462))
14+
* update dependency mypy to >=1.8,<1.9 ([#343](https://github.com/hetznercloud/hcloud-python/issues/343)) ([984022f](https://github.com/hetznercloud/hcloud-python/commit/984022fd3888ef856be83de82554d55a8af18dba))
15+
* update pre-commit hook psf/black-pre-commit-mirror to v23.12.1 ([#347](https://github.com/hetznercloud/hcloud-python/issues/347)) ([2c24efe](https://github.com/hetznercloud/hcloud-python/commit/2c24efe93bc221846f8dcc91abcf1aad61547875))
16+
317
## [1.33.0](https://github.com/hetznercloud/hcloud-python/compare/v1.32.0...v1.33.0) (2023-12-19)
418

519

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.33.0" # x-release-please-version
3+
VERSION = "1.33.1" # x-release-please-version

0 commit comments

Comments
 (0)