Skip to content

Commit

Permalink
bump version to 4.1.0.post1 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveEatCandy authored Jan 10, 2025
1 parent 4b0e07a commit 1a84905
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
@@ -1,3 +1,7 @@
## 4.1.0.post1 - 2025.01.10
- fix
- fix `pickle.load` `S3UnknownError` bug

## 4.1.0 - 2025.01.09
- **breaking change**
- Remove the `followlinks` parameter from `hdfs_listdir`, `hdfs_load_from`, `hdfs_scandir`, `HdfsPath.load`, `HdfsPath.scandir`, and keep the behavior as `followlinks=False`.
Expand Down
2 changes: 1 addition & 1 deletion megfile/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.1.0"
VERSION = "4.1.0.post1"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sphinxcontrib-jquery
sphinx_click

# format
ruff ~= 0.9.0
ruff
black # for E501

# static check
Expand Down

0 comments on commit 1a84905

Please sign in to comment.