change: Update version to 0.20.1

This commit is contained in:
Frantisek Hrbata
2025-03-18 10:28:17 +01:00
parent 7274267f30
commit 6809afeb73
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.20.0"
version = "0.20.1"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_start_rev = "v0.13.0"

View File

@ -1,3 +1,9 @@
## v0.20.1 (2025-03-18)
### Bug Fixes
- bump python to 3.13 in release_pypi.yml
## v0.20.0 (2025-03-18)
### New Features

View File

@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
__version__ = '0.20.0'
__version__ = '0.20.1'