Browse Source

prepare version 2.7.14

master
ThomasV 9 years ago
parent
commit
0f424a9da4
  1. 5
      RELEASE-NOTES
  2. 2
      lib/version.py

5
RELEASE-NOTES

@ -1,3 +1,8 @@
# Release 2.7.14
* Merge exchange_rate plugin with main code
* Faster synchronization and transaction creation
* Fix bugs #2096, #2016
# Release 2.7.13
* fix message signing with imported keys
* add size to transaction details window

2
lib/version.py

@ -1,4 +1,4 @@
ELECTRUM_VERSION = '2.7.13' # version of the client package
ELECTRUM_VERSION = '2.7.14' # version of the client package
PROTOCOL_VERSION = '0.10' # protocol version requested
# The hash of the mnemonic seed must begin with this

Loading…
Cancel
Save