Skip to content

Commit

Permalink
bump version to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icodeface committed Aug 26, 2020
1 parent 29c0949 commit 12e68f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion electrum/gui/qt/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def on_accepted(self):
self.thread.stop()

def update(self, msg):
print(msg)
self.message_label.setText(msg)


Expand Down
2 changes: 1 addition & 1 deletion electrum/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ELECTRUM_VERSION = '4.0.3' # version of the client package
ELECTRUM_VERSION = '4.0.4' # version of the client package
APK_VERSION = '4.0.2.0' # read by buildozer.spec

PROTOCOL_VERSION = '1.5' # protocol version requested
Expand Down

0 comments on commit 12e68f2

Please sign in to comment.