We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c8d0e commit bb0ddceCopy full SHA for bb0ddce
2 files changed
RELEASE-NOTES
@@ -1,3 +1,8 @@
1
+# Release 2.7.3
2
+ * fix Trezor and Keepkey support in Windows builds
3
+ * fix sweep private key dialog
4
+ * minor fixes: #1958, #1959
5
+
6
# Release 2.7.2
7
* fix bug in password update (issue #1954)
8
* fix fee slider (issue #1953)
lib/version.py
@@ -1,4 +1,4 @@
-ELECTRUM_VERSION = '2.7.2' # version of the client package
+ELECTRUM_VERSION = '2.7.3' # version of the client package
PROTOCOL_VERSION = '0.10' # protocol version requested
OLD_SEED_VERSION = 4 # electrum versions < 2.0
0 commit comments