Skip to content

Commit

Permalink
bump: version 0.54.0 → 0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Feb 3, 2025
1 parent e7ae76a commit 528dabf
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.54.1 (2025-02-03)

### Fix

- **deps-dev**: bump mkdocs-material from 9.5.50 to 9.6.1

## 0.54.0 (2025-01-27)

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

0 comments on commit 528dabf

Please sign in to comment.