We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acec29 commit b8463f4Copy full SHA for b8463f4
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v2.13.3 (2025-10-23)
6
+
7
8
## v2.13.2 (2025-10-23)
9
10
### 🐛 Bug Fixes
idf_build_apps/__init__.py
@@ -8,7 +8,7 @@
# ruff: noqa: E402
# avoid circular imports
11
-__version__ = '2.13.2'
+__version__ = '2.13.3'
12
13
from .session_args import (
14
SessionArgs,
pyproject.toml
@@ -65,7 +65,7 @@ idf-build-apps = "idf_build_apps:main.main"
65
66
[tool.commitizen]
67
name = "czespressif"
68
-version = "2.13.2"
+version = "2.13.3"
69
70
tag_format = "v$version"
71
version_scheme = "pep440"
0 commit comments