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 8226126 commit 606d993Copy full SHA for 606d993
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.43.0 (2024-03-18)
2
+
3
+### Feat
4
5
+- Updated API at 2024-03-18 (#418)
6
7
## 0.42.0 (2024-03-18)
8
9
### Feat
pyproject.toml
@@ -14,7 +14,7 @@ skip_glob = ".venv"
14
15
[tool.poetry]
16
name = "python-incidentio-client"
17
-version = "0.42.0"
+version = "0.43.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