Skip to content

Commit b0dcc33

Browse files
author
releaser-pleaser
committed
chore(main): release v2.5.1
1 parent 34edc3a commit b0dcc33

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v2.5.1](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.5.1)
4+
5+
### Bug Fixes
6+
7+
- missing slots and api_properties for FirewallResourceLabelSelector (#492)
8+
39
## [v2.5.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.5.0)
410

511
### Features

hcloud/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "2.5.0" # x-releaser-pleaser-version
3+
__version__ = "2.5.1" # x-releaser-pleaser-version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hcloud",
10-
version="2.5.0", # x-releaser-pleaser-version
10+
version="2.5.1", # x-releaser-pleaser-version
1111
keywords="hcloud hetzner cloud",
1212
description="Official Hetzner Cloud python library",
1313
long_description=readme,

0 commit comments

Comments
 (0)