Skip to content

Commit

Permalink
chore(main): release 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Nov 28, 2023
1 parent 7cc4335 commit a77def8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.32.1](https://github.com/hetznercloud/hcloud-python/compare/v1.32.0...v1.32.1) (2023-11-28)


### Bug Fixes

* fallback to error code when message is unset ([#328](https://github.com/hetznercloud/hcloud-python/issues/328)) ([1c94153](https://github.com/hetznercloud/hcloud-python/commit/1c94153d93acd567548604b08b5fabeabd8d33d9))


### Dependencies

* update dependency sphinx-rtd-theme to v2 ([#330](https://github.com/hetznercloud/hcloud-python/issues/330)) ([7cc4335](https://github.com/hetznercloud/hcloud-python/commit/7cc4335cacab6073cf39a0ecbecf8890903d5bca))

## [1.32.0](https://github.com/hetznercloud/hcloud-python/compare/v1.31.0...v1.32.0) (2023-11-17)


Expand Down
2 changes: 1 addition & 1 deletion hcloud/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

VERSION = "1.32.0" # x-release-please-version
VERSION = "1.32.1" # x-release-please-version

0 comments on commit a77def8

Please sign in to comment.