Browse Source

prepare release 4.1.1

patch-4
ThomasV 4 years ago
parent
commit
f249ccdfd7
  1. 8
      RELEASE-NOTES
  2. 4
      electrum/version.py

8
RELEASE-NOTES

@ -1,3 +1,11 @@
# Release 4.1.1 (April 2, 2021)
* fix Qt crash with the swap dialog
* fix Kivy bug with scrollbar (#7155)
* fix localization issues (#7158 #4621)
* fix python crash with swaps (#7160)
* other minor fixes
# Release 4.1.0 - Kangaroo (March 30, 2021)
This version is our second major release with support for the

4
electrum/version.py

@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.1.0' # version of the client package
APK_VERSION = '4.1.0.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.1.1' # version of the client package
APK_VERSION = '4.1.1.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested

Loading…
Cancel
Save