bug: Fix documentation compile and config dumps #2

Merged
lash merged 21 commits from lash/docs-and-dumps into master 2021-12-21 16:00:02 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 52e748a02e - Show all commits

View File

@ -314,7 +314,7 @@ class JSONRPCHTTPConnection(HTTPConnection):
try: try:
r = urlopen(req, data=data.encode('utf-8')) r = urlopen(req, data=data.encode('utf-8'))
except urllib.error.URLError as e: except URLError as e:
raise RPCException(e) raise RPCException(e)
result = json.load(r) result = json.load(r)

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = chainlib name = chainlib
version = 0.0.10a5 version = 0.0.10a6
description = Generic blockchain access library and tooling description = Generic blockchain access library and tooling
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no