Skip to content

Commit 4dfc54b

Browse files
author
Github Actions
committed
bump: version 0.55.3 → 0.55.4
1 parent 370a6a1 commit 4dfc54b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.55.4 (2025-04-25)
2+
3+
### Fix
4+
5+
- **deps**: bump h11 from 0.12.0 to 0.16.0 in /example in the pip group
6+
17
## 0.55.3 (2025-04-09)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ skip_glob = ".venv"
1414

1515
[tool.poetry]
1616
name = "python-incidentio-client"
17-
version = "0.55.3"
17+
version = "0.55.4"
1818
description = "Python client for Incident.io"
1919
repository = "https://github.com/expobrain/python-incidentio-client"
2020
authors = ["Daniele Esposti <[email protected]>"]
@@ -72,7 +72,7 @@ ignore_missing_imports = true
7272

7373
[tool.commitizen]
7474
name = "cz_conventional_commits"
75-
version = "0.55.3"
75+
version = "0.55.4"
7676
version_files = [
7777
"pyproject.toml:^version"
7878
]

0 commit comments

Comments
 (0)