fixes wallet migration logic for 14.2->14.3->14.4. fixes status code for /v1/names/ on missing subdomains. add cli support for 'whois <foo.bar.tld>'

This commit is contained in:
Aaron Blankstein
2017-08-13 09:45:01 -04:00
parent 529f71530e
commit d47dc43e99
4 changed files with 36 additions and 9 deletions

View File

@@ -24,4 +24,4 @@
__version_major__ = '0'
__version_minor__ = '14'
__version_patch__ = '4'
__version__ = '{}.{}.{}.0'.format(__version_major__, __version_minor__, __version_patch__)
__version__ = '{}.{}.{}.1'.format(__version_major__, __version_minor__, __version_patch__)