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 2352fa7 commit d29da57Copy full SHA for d29da57
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.45.0 (2024-04-13)
2
+
3
+### Feat
4
5
+- Updated API at 2024-04-08 (#439)
6
7
## 0.44.4 (2024-04-13)
8
9
### Fix
pyproject.toml
@@ -14,7 +14,7 @@ skip_glob = ".venv"
14
15
[tool.poetry]
16
name = "python-incidentio-client"
17
-version = "0.44.4"
+version = "0.45.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