Skip to content

Commit

Permalink
chore(main): release 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Apr 6, 2024
1 parent 5ef25ab commit b6f7b4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
@@ -1 +1 @@
{".":"1.35.0"}
{".":"1.35.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.35.1](https://github.com/hetznercloud/hcloud-python/compare/v1.35.0...v1.35.1) (2024-04-06)


### Dependencies

* update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 ([5ef25ab](https://github.com/hetznercloud/hcloud-python/commit/5ef25ab3966d731c4c36ea3e785c2b5f20c69489))

## [1.35.0](https://github.com/hetznercloud/hcloud-python/compare/v1.34.0...v1.35.0) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion hcloud/__version__.py
@@ -1,3 +1,3 @@
from __future__ import annotations

VERSION = "1.35.0" # x-release-please-version
VERSION = "1.35.1" # x-release-please-version

0 comments on commit b6f7b4c

Please sign in to comment.