What changed, and why it matters
This commit simply changes a version number in a Python package configuration file from a development pre-release (0.20.0-dev0) to a stable release (0.20.0). It is a routine release housekeeping change with no security implications.
No security action needed. Treat as normal release/versioning maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies one line in python/pyproject.toml, updating the version field from “0.20.0-dev0” to “0.20.0”. The commit message describes this as a version bump to indicate a major API break. No code behavior changes are present in the diff.
Changed components
python/pyproject.tomlInspect captured patch +1 / −1
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 9a57e8ef..24bfa61a 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trezor"
-version = "0.20.0-dev0"
+version = "0.20.0"
description = "Python library for communicating with Trezor Hardware Wallet"
readme = "README.md"
license = "LGPL-3.0-only"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.