Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
Synchronizing with what has been released on PyPI under
ipfshttpclient4ipwb package name.
  • Loading branch information
radfish authored and ntninja committed Jun 30, 2020
1 parent d5da242 commit 11d297e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Check out [the HTTP Client reference](https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwa
See the [relevant section of the README](#important-changes-from-ipfsapi-04x) for details.

**Note:** This library occasionally has to change to stay compatible with the IPFS HTTP API.
Currently, this library is tested against [go-ipfs v0.5.0-rc2](https://github.com/ipfs/go-ipfs/releases/tag/v0.5.0-rc2).
Currently, this library is tested against [go-ipfs v0.6.0](https://github.com/ipfs/go-ipfs/releases/tag/v0.6.0).
We strive to support the last 5 releases of go-IPFS at any given time; go-IPFS v0.4.21 therefore
being to oldest supported version at this time (version 0.4.20 was never supported due to major
issues in the daemon itself).
Expand Down
2 changes: 1 addition & 1 deletion ipfshttpclient/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

VERSION_MINIMUM = "0.4.21"
VERSION_BLACKLIST = []
VERSION_MAXIMUM = "0.6.0"
VERSION_MAXIMUM = "0.7.0"

from . import bitswap
from . import block
Expand Down
2 changes: 1 addition & 1 deletion ipfshttpclient/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.13.2"
__version__ = "0.6.0"

0 comments on commit 11d297e

Please sign in to comment.