Skip to content

Commit b8463f4

Browse files
committed
bump: version 2.13.2 → 2.13.3
1 parent 1acec29 commit b8463f4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v2.13.3 (2025-10-23)
6+
7+
58
## v2.13.2 (2025-10-23)
69

710
### 🐛 Bug Fixes

idf_build_apps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ruff: noqa: E402
99
# avoid circular imports
1010

11-
__version__ = '2.13.2'
11+
__version__ = '2.13.3'
1212

1313
from .session_args import (
1414
SessionArgs,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ idf-build-apps = "idf_build_apps:main.main"
6565

6666
[tool.commitizen]
6767
name = "czespressif"
68-
version = "2.13.2"
68+
version = "2.13.3"
6969

7070
tag_format = "v$version"
7171
version_scheme = "pep440"

0 commit comments

Comments
 (0)