Skip to content

Commit

Permalink
bump: version 0.34.2 → 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Nov 13, 2023
1 parent 2095a2e commit acece1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.35.0 (2023-11-13)

### Feat

- Updated API at 2023-11-13 (#319)

### Fix

- reformatted code

## 0.34.2 (2023-11-13)

### Fix
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.34.2"
version = "0.35.0"
description = "Python client for Incident.io"
repository = "https://github.com/expobrain/python-incidentio-client"
authors = ["Daniele Esposti <[email protected]>"]
Expand Down Expand Up @@ -73,7 +73,7 @@ ignore_missing_imports = true

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

0 comments on commit acece1b

Please sign in to comment.