What changed, and why it matters
This commit is a routine version bump from 0.8.6 to 0.8.7. It only changes three version-number strings in project metadata and a translation template. There is no code behavior change, no bug fix, and no security relevance visible in the diff.
No action required; this is a routine release-versioning change with no security content.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the declared package version in l10n/messages.pot, pyproject.toml, and src/seedsigner/controller.py from ‘0.8.6’ to ‘0.8.7’. It also updates the POT-Creation-Date in the translation template. No executable logic is modified.
Changed components
Inspect captured patch +4 / −4
diff --git a/l10n/messages.pot b/l10n/messages.pot
index a00f6d5..13ceef0 100644
--- a/l10n/messages.pot
+++ b/l10n/messages.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: seedsigner 0.8.6\n"
+"Project-Id-Version: seedsigner 0.8.7\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2026-02-19 19:13+0000\n"
+"POT-Creation-Date: 2026-03-05 22:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/pyproject.toml b/pyproject.toml
index 511f159..0ca7e0d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ description = "Build an offline, airgapped Bitcoin signing device for less than
name = "seedsigner"
readme = "README.md"
requires-python = ">=3.10"
-version = "0.8.6"
+version = "0.8.7"
[project.urls]
"Bug Tracker" = "https://github.com/SeedSigner/seedsigner/issues"
diff --git a/src/seedsigner/controller.py b/src/seedsigner/controller.py
index 5b3f22e..be8ef6c 100644
--- a/src/seedsigner/controller.py
+++ b/src/seedsigner/controller.py
@@ -100,7 +100,7 @@ class Controller(Singleton):
rather than at the top in order avoid circular imports.
"""
- VERSION = "0.8.6"
+ VERSION = "0.8.7"
# Declare class member vars with type hints to enable richer IDE support throughout
# the code.
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.