Browse Source

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 5 years ago
parent
commit
742d76824b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mmgen/globalvars.py

+ 1 - 1
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'