From ff287e518fcc34010420ce413c95dd790ab544bd Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 4 May 2023 14:24:13 +0200 Subject: [PATCH] update version to 4.4.2 + date release notes --- RELEASE-NOTES | 2 +- electrum/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0da2c64df..e00c7464f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -# Release 4.4.2 (unreleased) +# Release 4.4.2 (May 4, 2023) * Qt GUI: - fix undefined var check in swap_dialog (#8341) - really fix "recursion depth exceeded" for utxo privacy analysis (#8315) diff --git a/electrum/version.py b/electrum/version.py index b9c775ac0..0fd023bc8 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.4.1' # version of the client package -APK_VERSION = '4.4.1.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.4.2' # version of the client package +APK_VERSION = '4.4.2.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested