From df6b5e3e9ab9854b15c64e815f57560139f9fa15 Mon Sep 17 00:00:00 2001 From: donkey-ai Date: Tue, 14 Jul 2026 10:50:08 +0000 Subject: [PATCH] v0.5.13: Electrum 4.8.0 compatibility (register_dict -> register_name shim --- bal/core/plugin_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bal/core/plugin_base.py b/bal/core/plugin_base.py index 247822a..ffe5850 100644 --- a/bal/core/plugin_base.py +++ b/bal/core/plugin_base.py @@ -121,7 +121,7 @@ class BalPlugin(BasePlugin): """ _version = None - __version__ = "0.5.11" # AUTOMATICALLY GENERATED DO NOT EDIT + __version__ = "0.5.13" # AUTOMATICALLY GENERATED DO NOT EDIT # Command used to open an .ics calendar file, per operating system. default_app = {