We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcec97a commit 52c1d2aCopy full SHA for 52c1d2a
CHANGELOG.md
@@ -3,8 +3,13 @@ py-ipfs-http-client 0.X.X (XX.XX.20XX)
3
4
* (None yet)
5
6
+py-ipfs-http-client 0.7.0 (15.03.2021)
7
+--------------------------------------
8
+
9
+ * No changes compared to 0.7.0a1 – breaking changes delayed to the unknown future
10
11
-py-ipfs-http-client 0.7.0b1 (14.10.2020)
12
+py-ipfs-http-client 0.7.0a1 (14.10.2020)
13
--------------------------------------
14
15
* Added support for optional arguments of the `.dag.*` APIs (by João Meyer)
ipfshttpclient/version.py
@@ -8,4 +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.7.0a1"
+__version__ = "0.7.0"
0 commit comments