← Watch feed
chore(python): bump version to 0.20.0-dev0
What changed, and why it matters
This commit simply changes a version number in a Python package configuration file from 0.14.0 to 0.20.0-dev0. It is a routine development version bump with no security relevance.
Recommended action
No security action needed. Treat as normal maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single line in python/pyproject.toml, updating the ‘version’ field under [project]. No code logic, dependencies, permissions, or security controls are changed.
Changed components
python/pyproject.tomlInspect captured patch +1 / −1
diff --git a/python/pyproject.toml b/python/pyproject.toml
index a7cadb697..8e58b5f52 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trezor"
-version = "0.14.0"
+version = "0.20.0-dev0"
description = "Python library for communicating with Trezor Hardware Wallet"
readme = "README.md"
license = "LGPL-3.0-only"
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.