Browse Source

prepare 3.0.2 release

3.0.x
ThomasV 7 years ago
parent
commit
580f2da19d
  1. 11
      RELEASE-NOTES
  2. 2
      lib/version.py

11
RELEASE-NOTES

@ -1,7 +1,16 @@
# Release 3.0.2
* Android: replace requests tab with address tab, with access to
private keys
* sweeping minikeys: search for both compressed and uncompressed
pubkeys
* fix wizard crash when attempting to reset Google Authenticator
* fix #3248: fix Ledger+segwit signing
* fix #3262: fix SSL payment request signing
* other minor fixes.
# Release 3.0.1
* minor bug and usability fixes
# Release 3.0 - Uncanny Valley (November 1st, 2017)
* The project was migrated to Python3 and Qt5. Python2 is no longer

2
lib/version.py

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

Loading…
Cancel
Save