From e8cde30182f67734ae1ba8da76f55e381c67aa15 Mon Sep 17 00:00:00 2001 From: donkey-ai Date: Mon, 13 Jul 2026 21:54:53 +0000 Subject: [PATCH] v0.5.11: version bump --- bal/VERSION | 2 +- bal/__init__.py | 8 +++++--- bal/manifest.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bal/VERSION b/bal/VERSION index 4e69c2a..cacdf3b 100644 --- a/bal/VERSION +++ b/bal/VERSION @@ -1 +1 @@ -0.5.10 \ No newline at end of file +0.5.11 \ No newline at end of file diff --git a/bal/__init__.py b/bal/__init__.py index dca087a..3d23115 100644 --- a/bal/__init__.py +++ b/bal/__init__.py @@ -30,8 +30,10 @@ Electrum discovers the plugin through ``manifest.json`` and loads the GUI entry point from ``qt.py`` (the shim), which imports the real ``Plugin`` from ``gui.qt.plugin``. -The plugin targets Electrum 4.7.2 (the last stable release exposing -``json_db.register_dict``) and PyQt6. +The plugin supports Electrum 4.7.2 and 4.8.0 with PyQt6. Electrum 4.8.0 removed +``json_db.register_dict`` and replaced it with the path-based +``electrum.stored_dict.register_name``; ``core.plugin_base`` detects which API is +available and adapts, so both releases keep working. """ -__version__ = "0.5.10" +__version__ = "0.5.11" diff --git a/bal/manifest.json b/bal/manifest.json index a27d7ba..2f378d8 100644 --- a/bal/manifest.json +++ b/bal/manifest.json @@ -1,7 +1,7 @@ { "name": "bal", "fullname": "Bitcoin After Life", - "version": "0.5.10", + "version": "0.5.11", "description": "Provides free and decentralized Bitcoin inheritance support. Build time-locked 'will' transactions that transfer funds to your heirs if you stop refreshing them (dead-man's switch), optionally relayed by will-executor servers.", "author": "Svatantrya", "licence": "MIT",