Skip to content

Commit 606d993

Browse files
author
Github Actions
committed
bump: version 0.42.0 → 0.43.0
1 parent 8226126 commit 606d993

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.43.0 (2024-03-18)
2+
3+
### Feat
4+
5+
- Updated API at 2024-03-18 (#418)
6+
17
## 0.42.0 (2024-03-18)
28

39
### Feat

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.42.0"
17+
version = "0.43.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.42.0"
75+
version = "0.43.0"
7676
version_files = [
7777
"pyproject.toml:^version"
7878
]

0 commit comments

Comments
 (0)