Skip to content

Commit

Permalink
chore(main): release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Oct 22, 2024
1 parent 7408c9d commit 0013f55
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.3.0"}
{".":"2.3.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/hetznercloud/hcloud-python/compare/v2.3.0...v2.3.1) (2024-10-22)


### Bug Fixes

* server public ipv4 and ipv6 properties are nullable ([#455](https://github.com/hetznercloud/hcloud-python/issues/455)) ([d2cfee6](https://github.com/hetznercloud/hcloud-python/commit/d2cfee61167857bfe3ff88a441622da2c913810c))

## [2.3.0](https://github.com/hetznercloud/hcloud-python/compare/v2.2.1...v2.3.0) (2024-10-09)


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__ = "2.3.0" # x-release-please-version
__version__ = "2.3.1" # x-release-please-version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="hcloud",
version="2.3.0",
version="2.3.1",
keywords="hcloud hetzner cloud",
description="Official Hetzner Cloud python library",
long_description=readme,
Expand Down

0 comments on commit 0013f55

Please sign in to comment.