We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999afe3 commit c8003bdCopy full SHA for c8003bd
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.31.1](https://github.com/hetznercloud/hcloud-python/compare/v1.31.0...v1.31.1) (2023-10-24)
4
+
5
6
+### Dependencies
7
8
+* update pre-commit hook psf/black-pre-commit-mirror to v23.10.1 ([#322](https://github.com/hetznercloud/hcloud-python/issues/322)) ([999afe3](https://github.com/hetznercloud/hcloud-python/commit/999afe37e02a113639930aff6879f50918ac0e89))
9
10
## [1.31.0](https://github.com/hetznercloud/hcloud-python/compare/v1.30.0...v1.31.0) (2023-10-23)
11
12
hcloud/__version__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-VERSION = "1.31.0" # x-release-please-version
+VERSION = "1.31.1" # x-release-please-version
0 commit comments