Skip to content

Commit

Permalink
bump: version 0.53.9 → 0.53.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Dec 9, 2024
1 parent 1f18bac commit 3e2bae2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.53.10 (2024-12-09)

### Fix

- **deps-dev**: bump types-setuptools
- **deps-dev**: bump mkdocs-material from 9.5.45 to 9.5.47

## 0.53.9 (2024-12-02)

### 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.53.9"
version = "0.53.10"
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.53.9"
version = "0.53.10"
version_files = [
"pyproject.toml:^version"
]
Expand Down

0 comments on commit 3e2bae2

Please sign in to comment.