Skip to content

Commit 11d297e

Browse files
radfishntninja
authored andcommitted
bump version to 0.6.0
Synchronizing with what has been released on PyPI under ipfshttpclient4ipwb package name.
1 parent d5da242 commit 11d297e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Check out [the HTTP Client reference](https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwa
1616
See 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).
2020
We strive to support the last 5 releases of go-IPFS at any given time; go-IPFS v0.4.21 therefore
2121
being to oldest supported version at this time (version 0.4.20 was never supported due to major
2222
issues in the daemon itself).

ipfshttpclient/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
VERSION_MINIMUM = "0.4.21"
1818
VERSION_BLACKLIST = []
19-
VERSION_MAXIMUM = "0.6.0"
19+
VERSION_MAXIMUM = "0.7.0"
2020

2121
from . import bitswap
2222
from . import block

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.4.13.2"
11+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)