Skip to content

Commit 52c1d2a

Browse files
committed
Release version 0.7.0
1 parent bcec97a commit 52c1d2a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ py-ipfs-http-client 0.X.X (XX.XX.20XX)
33

44
* (None yet)
55

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+
611

7-
py-ipfs-http-client 0.7.0b1 (14.10.2020)
12+
py-ipfs-http-client 0.7.0a1 (14.10.2020)
813
--------------------------------------
914

1015
* Added support for optional arguments of the `.dag.*` APIs (by João Meyer)

ipfshttpclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# `0.4.1` and so on. When IPFS `0.5.0` is released, the first client version
99
# to support it will also be released as `0.5.0`.
1010

11-
__version__ = "0.7.0a1"
11+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)