← Watch feed
jadepy: update jadepy version number
What changed, and why it matters
This commit simply bumps a version string in a Python package from 1.0.35 to 1.0.37. There are no code behavior changes, no bug fixes, and no security-related modifications visible in the diff.
Recommended action
No security action needed. Treat as routine release bookkeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The only change is updating the version string in jadepy/init.py. No functional code, API, dependency, or configuration changes are present. The commit message explicitly states it is a version number update.
Changed components
jadepy/__init__.pyInspect captured patch +1 / −1
diff --git a/jadepy/__init__.py b/jadepy/__init__.py
index b964957..fc9c438 100644
--- a/jadepy/__init__.py
+++ b/jadepy/__init__.py
@@ -1,4 +1,4 @@
from .jade import JadeAPI
from .jade_error import JadeError
-__version__ = "1.0.35"
+__version__ = "1.0.37"
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.