Version 0.8.0a2

This commit is contained in:
c0llab0rat0r
2021-05-18 16:37:27 -05:00
committed by Alexander Schlarb
parent e28601d78d
commit 8f628ce19f
2 changed files with 9 additions and 3 deletions

View File

@@ -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

View File

@@ -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"