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
This commit is contained in:
The MMGen Project 2019-05-29 09:14:22 +00:00
commit 742d76824b
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -37,7 +37,7 @@ class g(object):
# Constants:
version = '0.11.099'
version = '0.11.0a'
release_date = 'May 2019'
proj_name = 'MMGen'