From fb38d0931a484cde650e79a809bcaa916d1085ae Mon Sep 17 00:00:00 2001 From: holgern <holgernahrstaedt@gmx.de> Date: Wed, 31 Jul 2019 16:19:29 +0200 Subject: [PATCH] Prepare next release and add changelog --- CHANGELOG.rst | 8 ++++++++ beem/version.py | 2 +- beemapi/version.py | 2 +- beembase/version.py | 2 +- beemgraphenebase/version.py | 2 +- setup.py | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86992935..3416f561 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,13 @@ Changelog ========= +0.20.23 +------- +* Switch to next node, when current node has the necesary api not enabled +* handle Client returned invalid format. Expected JSON! and switch to next node +* More checks added +* get_estimated_block_num is faster and uses BlockHeader +* exclude_limited=False is default now for get_nodes + 0.20.22 ------- * Fix #195 - comment.downvote(100) will now downvote with 100%, negative numbers are not allowed anymore diff --git a/beem/version.py b/beem/version.py index 2013445b..a9481d2f 100644 --- a/beem/version.py +++ b/beem/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.20.23' +version = '0.20.24' diff --git a/beemapi/version.py b/beemapi/version.py index 2013445b..a9481d2f 100644 --- a/beemapi/version.py +++ b/beemapi/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.20.23' +version = '0.20.24' diff --git a/beembase/version.py b/beembase/version.py index 2013445b..a9481d2f 100644 --- a/beembase/version.py +++ b/beembase/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.20.23' +version = '0.20.24' diff --git a/beemgraphenebase/version.py b/beemgraphenebase/version.py index 2013445b..a9481d2f 100644 --- a/beemgraphenebase/version.py +++ b/beemgraphenebase/version.py @@ -1,2 +1,2 @@ """THIS FILE IS GENERATED FROM beem SETUP.PY.""" -version = '0.20.23' +version = '0.20.24' diff --git a/setup.py b/setup.py index e1020c92..27e632b8 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except LookupError: ascii = codecs.lookup('ascii') codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs')) -VERSION = '0.20.23' +VERSION = '0.20.24' tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized'] -- GitLab