File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Check out [the HTTP Client reference](https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwa
16
16
See the [ relevant section of the README] ( #important-changes-from-ipfsapi-04x ) for details.
17
17
18
18
** Note:** This library occasionally has to change to stay compatible with the IPFS HTTP API.
19
- Currently, this library is tested against [ go-ipfs v0.5.0-rc2 ] ( https://github.com/ipfs/go-ipfs/releases/tag/v0.5.0-rc2 ) .
19
+ Currently, this library is tested against [ go-ipfs v0.6.0 ] ( https://github.com/ipfs/go-ipfs/releases/tag/v0.6.0 ) .
20
20
We strive to support the last 5 releases of go-IPFS at any given time; go-IPFS v0.4.21 therefore
21
21
being to oldest supported version at this time (version 0.4.20 was never supported due to major
22
22
issues in the daemon itself).
Original file line number Diff line number Diff line change 16
16
17
17
VERSION_MINIMUM = "0.4.21"
18
18
VERSION_BLACKLIST = []
19
- VERSION_MAXIMUM = "0.6 .0"
19
+ VERSION_MAXIMUM = "0.7 .0"
20
20
21
21
from . import bitswap
22
22
from . import block
Original file line number Diff line number Diff line change 8
8
# `0.4.1` and so on. When IPFS `0.5.0` is released, the first client version
9
9
# to support it will also be released as `0.5.0`.
10
10
11
- __version__ = "0.4.13.2 "
11
+ __version__ = "0.6.0 "
You can’t perform that action at this time.
0 commit comments