Skip to content

Commit 0abc482

Browse files
author
Github Actions
committed
bump: version 0.53.13 → 0.53.14
1 parent 4930927 commit 0abc482

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.53.14 (2025-01-05)
2+
3+
### Fix
4+
5+
- **deps-dev**: bump jinja2 from 3.1.4 to 3.1.5 in the pip group
6+
17
## 0.53.13 (2024-12-30)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ skip_glob = ".venv"
1414

1515
[tool.poetry]
1616
name = "python-incidentio-client"
17-
version = "0.53.13"
17+
version = "0.53.14"
1818
description = "Python client for Incident.io"
1919
repository = "https://github.com/expobrain/python-incidentio-client"
2020
authors = ["Daniele Esposti <daniele.esposti@gmail.com>"]
@@ -72,7 +72,7 @@ ignore_missing_imports = true
7272

7373
[tool.commitizen]
7474
name = "cz_conventional_commits"
75-
version = "0.53.13"
75+
version = "0.53.14"
7676
version_files = [
7777
"pyproject.toml:^version"
7878
]

0 commit comments

Comments
 (0)