Skip to content

Commit

Permalink
bump: version 0.49.16 → 0.49.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Aug 23, 2024
1 parent 72b9971 commit 58d36bb
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.49.17 (2024-08-23)

### Fix

- **deps-dev**: bump autoflake from 1.7.7 to 2.3.1

## 0.49.16 (2024-08-23)

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

0 comments on commit 58d36bb

Please sign in to comment.