Browse Source

prepare release 4.1.4

patch-4
SomberNight 4 years ago
parent
commit
2c8f376d3d
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 6
      RELEASE-NOTES
  2. 4
      electrum/version.py

6
RELEASE-NOTES

@ -1,3 +1,9 @@
# Release 4.1.4 - (June 17, 2021)
* Kivy/Android: fix a regression where a non-LN wallet
could not open the settings (c49d6995)
* CLI/RPC: fix "close_wallet" command (#7348)
# Release 4.1.3 - (June 16, 2021)
* Builds/binaries:
- Android: the binaries (APKs) should now be reproducible (#7263)

4
electrum/version.py

@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.1.3' # version of the client package
APK_VERSION = '4.1.3.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.1.4' # version of the client package
APK_VERSION = '4.1.4.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested

Loading…
Cancel
Save