Skip to content

Commit

Permalink
bump: version 0.42.0 → 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Mar 18, 2024
1 parent 8226126 commit 606d993
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.43.0 (2024-03-18)

### Feat

- Updated API at 2024-03-18 (#418)

## 0.42.0 (2024-03-18)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ skip_glob = ".venv"

[tool.poetry]
name = "python-incidentio-client"
version = "0.42.0"
version = "0.43.0"
description = "Python client for Incident.io"
repository = "https://github.com/expobrain/python-incidentio-client"
authors = ["Daniele Esposti <[email protected]>"]
Expand Down Expand Up @@ -72,7 +72,7 @@ ignore_missing_imports = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.42.0"
version = "0.43.0"
version_files = [
"pyproject.toml:^version"
]
Expand Down

0 comments on commit 606d993

Please sign in to comment.