We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d79d1d commit c5447abCopy full SHA for c5447ab
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.27.1](https://github.com/hetznercloud/hcloud-python/compare/v1.27.0...v1.27.1) (2023-08-08)
4
+
5
6
+### Bug Fixes
7
8
+* missing long_description content_type in setup.py ([#279](https://github.com/hetznercloud/hcloud-python/issues/279)) ([6d79d1d](https://github.com/hetznercloud/hcloud-python/commit/6d79d1d18d3731c3db70184c841428e9c4b2a32c))
9
10
## [1.27.0](https://github.com/hetznercloud/hcloud-python/compare/v1.26.0...v1.27.0) (2023-08-08)
11
12
hcloud/__version__.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-VERSION = "1.27.0" # x-release-please-version
+VERSION = "1.27.1" # x-release-please-version
0 commit comments