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
1616See the [ relevant section of the README] ( #important-changes-from-ipfsapi-04x ) for details.
1717
1818** 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 ) .
2020We strive to support the last 5 releases of go-IPFS at any given time; go-IPFS v0.4.21 therefore
2121being to oldest supported version at this time (version 0.4.20 was never supported due to major
2222issues in the daemon itself).
Original file line number Diff line number Diff line change 1616
1717VERSION_MINIMUM = "0.4.21"
1818VERSION_BLACKLIST = []
19- VERSION_MAXIMUM = "0.6 .0"
19+ VERSION_MAXIMUM = "0.7 .0"
2020
2121from . import bitswap
2222from . import block
Original file line number Diff line number Diff line change 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.4.13.2 "
11+ __version__ = "0.6.0 "
You can’t perform that action at this time.
0 commit comments