tprepare version 2.7.18 - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 2948a068337174d295e4416a42c105a77055fc67
 (DIR) parent 9c1522f029cfb41e895853dc8e0d3a71258fc164
 (HTM) Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 24 Jan 2017 11:37:01 +0100
       
       prepare version 2.7.18
       
       Diffstat:
         M RELEASE-NOTES                       |       6 ++++++
         M lib/version.py                      |       2 +-
         M setup.py                            |       1 +
       
       3 files changed, 8 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,3 +1,9 @@
       +# Release 2.7.18
       +  * enforce https on exchange rate APIs
       +  * use hardcoded list of exchanges
       +  * move 'Freeze' menu to Coins (utxo) tab
       +  * various bugfixes
       +
        # Release 2.7.17
          * fix a few minor regressions in the Qt GUI
        
 (DIR) diff --git a/lib/version.py b/lib/version.py
       t@@ -1,4 +1,4 @@
       -ELECTRUM_VERSION = '2.7.17' # version of the client package
       +ELECTRUM_VERSION = '2.7.18' # version of the client package
        PROTOCOL_VERSION = '0.10'   # protocol version requested
        
        # The hash of the mnemonic seed must begin with this
 (DIR) diff --git a/setup.py b/setup.py
       t@@ -69,6 +69,7 @@ setup(
            },
            package_data={
                'electrum': [
       +            'currencies.json',
                    'www/index.html',
                    'wordlist/*.txt',
                    'locale/*/LC_MESSAGES/electrum.mo',