We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6220e73 commit 60a6a19Copy full SHA for 60a6a19
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.44.0 (2024-03-31)
2
+
3
+### Feat
4
5
+- Updated API at 2024-03-25 (#426)
6
7
## 0.43.4 (2024-03-31)
8
9
### Fix
pyproject.toml
@@ -14,7 +14,7 @@ skip_glob = ".venv"
14
15
[tool.poetry]
16
name = "python-incidentio-client"
17
-version = "0.43.4"
+version = "0.44.0"
18
description = "Python client for Incident.io"
19
repository = "https://github.com/expobrain/python-incidentio-client"
20
authors = ["Daniele Esposti <[email protected]>"]
@@ -72,7 +72,7 @@ ignore_missing_imports = true
72
73
[tool.commitizen]
74
name = "cz_conventional_commits"
75
76
version_files = [
77
"pyproject.toml:^version"
78
]
0 commit comments