Skip to content

Commit

Permalink
chore(main): release 1.33.1 (#344)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.33.1](v1.33.0...v1.33.1)
(2024-01-02)


### Bug Fixes

* private object not exported in top level module
([#346](#346))
([5281b05](5281b05))


### Dependencies

* update dependency coverage to >=7.4,<7.5
([#348](#348))
([3ac5711](3ac5711))
* update dependency mypy to >=1.8,<1.9
([#343](#343))
([984022f](984022f))
* update pre-commit hook psf/black-pre-commit-mirror to v23.12.1
([#347](#347))
([2c24efe](2c24efe))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot authored Jan 2, 2024
1 parent 5281b05 commit d365726
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.33.0"}
{".":"1.33.1"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.33.1](https://github.com/hetznercloud/hcloud-python/compare/v1.33.0...v1.33.1) (2024-01-02)


### Bug Fixes

* private object not exported in top level module ([#346](https://github.com/hetznercloud/hcloud-python/issues/346)) ([5281b05](https://github.com/hetznercloud/hcloud-python/commit/5281b0583541b6e0e9b8c7ad75faa42c5d379735))


### Dependencies

* update dependency coverage to >=7.4,<7.5 ([#348](https://github.com/hetznercloud/hcloud-python/issues/348)) ([3ac5711](https://github.com/hetznercloud/hcloud-python/commit/3ac57117e8a68a02cba19c56f850f037c4aca462))
* update dependency mypy to >=1.8,<1.9 ([#343](https://github.com/hetznercloud/hcloud-python/issues/343)) ([984022f](https://github.com/hetznercloud/hcloud-python/commit/984022fd3888ef856be83de82554d55a8af18dba))
* update pre-commit hook psf/black-pre-commit-mirror to v23.12.1 ([#347](https://github.com/hetznercloud/hcloud-python/issues/347)) ([2c24efe](https://github.com/hetznercloud/hcloud-python/commit/2c24efe93bc221846f8dcc91abcf1aad61547875))

## [1.33.0](https://github.com/hetznercloud/hcloud-python/compare/v1.32.0...v1.33.0) (2023-12-19)


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.33.0" # x-release-please-version
VERSION = "1.33.1" # x-release-please-version

0 comments on commit d365726

Please sign in to comment.