diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 53e7a035a..d02972b72 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -# Release 4.6.0 (in beta/rc, June 2025) +# Release 4.6.0 (July 15, 2025) * A 'Terms of Use' screen was added to the install wizard. While the licence remains unchanged, we ask users to agree with the fact that we are not a custodial service or a money transmitter. The Terms of diff --git a/electrum/version.py b/electrum/version.py index 2149dc4d0..a96aac005 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '4.6.0b1' # version of the client package +ELECTRUM_VERSION = '4.6.0' # version of the client package PROTOCOL_VERSION = '1.4' # protocol version requested