From 742d76824b6aed35316a211a47cced69e2178c09 Mon Sep 17 00:00:00 2001 From: MMGen Date: Wed, 29 May 2019 09:14:22 +0000 Subject: [PATCH] Version 0.11.0a (minor bugfix/feature subrelease) Significant changes since v0.11.0: - 99a354f: re-enable network fee estimation support (fixes py3port regression) - d7bfc83: support 80-screen-width tracking wallet labels - 05f840d: fix --show-hash-presets option (thx to https://github.com/dooglus) - 82dfd09: getbalance: fix incorrect display with 0-conf outputs --- mmgen/globalvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmgen/globalvars.py b/mmgen/globalvars.py index 585662a9..f20a447a 100755 --- a/mmgen/globalvars.py +++ b/mmgen/globalvars.py @@ -37,7 +37,7 @@ class g(object): # Constants: - version = '0.11.099' + version = '0.11.0a' release_date = 'May 2019' proj_name = 'MMGen'