Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus committed Mar 16, 2021
1 parent 1200047 commit 2371dc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Well, at least this is the intention.

## [Unreleased]

## [0.4.1] - 2021-03-16
### Fixed
* Fixed protobuf package version mismatch

## [0.4.0] - 2021-03-16
### Added
* `--timeout` parameter
Expand Down
2 changes: 1 addition & 1 deletion ipfs_api_mount/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.4.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(self):
'fusepy==3.0.*',
'ipfshttpclient>=0.6.1,<0.8',
'lru-dict==1.*',
'protobuf>=3.12,<4',
'protobuf>=3.15,<4',
'py-multibase==1.*',
],
packages=find_packages(),
Expand Down

0 comments on commit 2371dc3

Please sign in to comment.