Skip to content

Commit 60a6a19

Browse files
author
Github Actions
committed
bump: version 0.43.4 → 0.44.0
1 parent 6220e73 commit 60a6a19

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.44.0 (2024-03-31)
2+
3+
### Feat
4+
5+
- Updated API at 2024-03-25 (#426)
6+
17
## 0.43.4 (2024-03-31)
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.43.4"
17+
version = "0.44.0"
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.43.4"
75+
version = "0.44.0"
7676
version_files = [
7777
"pyproject.toml:^version"
7878
]

0 commit comments

Comments
 (0)