From 8f628ce19f4855e4582ff4aa0235289ea75fc195 Mon Sep 17 00:00:00 2001 From: c0llab0rat0r <78339685+c0llab0rat0r@users.noreply.github.com> Date: Tue, 18 May 2021 16:37:27 -0500 Subject: [PATCH] Version 0.8.0a2 --- CHANGELOG.md | 9 ++++++++- ipfshttpclient/version.py | 3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04bc969..865a47cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ py-ipfs-http-client 0.X.X (XX.XX.20XX) * (None yet) -py-ipfs-http-client 0.8.0a1 (11.05.2021) +py-ipfs-http-client 0.8.0a2 (18.05.2021) +---------------------------------------- + + * Fix presentation of exception tree in documentation + * Support publishing documentation to a non-local IPFS server + + +py-ipfs-http-client 0.8.0a1 (18.05.2021) ---------------------------------------- * py-ipfs-api-client will now only warn when detecting an unsupported daemon version diff --git a/ipfshttpclient/version.py b/ipfshttpclient/version.py index 3c6b4cc7..aa3dcb97 100644 --- a/ipfshttpclient/version.py +++ b/ipfshttpclient/version.py @@ -8,5 +8,4 @@ # `0.4.1` and so on. When IPFS `0.5.0` is released, the first client version # to support it will also be released as `0.5.0`. -__version__ = "0.8.0a1" - +__version__ = "0.8.0a2"