diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2692f18..afa825b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.33.1"} +{".":"1.33.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d74e624..9e717a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.33.2](https://github.com/hetznercloud/hcloud-python/compare/v1.33.1...v1.33.2) (2024-01-02) + + +### Bug Fixes + +* publish package to PyPI using OIDC auth ([1a0e93b](https://github.com/hetznercloud/hcloud-python/commit/1a0e93bbf1ae6cc747e6c4d8305dafd3e49dbbdc)) + ## [1.33.1](https://github.com/hetznercloud/hcloud-python/compare/v1.33.0...v1.33.1) (2024-01-02) diff --git a/hcloud/__version__.py b/hcloud/__version__.py index 29ba758..e03c1b4 100644 --- a/hcloud/__version__.py +++ b/hcloud/__version__.py @@ -1,3 +1,3 @@ from __future__ import annotations -VERSION = "1.33.1" # x-release-please-version +VERSION = "1.33.2" # x-release-please-version