Skip to content

Commit

Permalink
🚀 RELEASE: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 16, 2022
1 parent 5e647ae commit ca21e94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v0.4.1 - 2022-06-16

- 👌 IMPROVE: Add `force_zip64` option to `ZipPath.open`

## v0.4.0 - 2022-04-26

- ⬆️ UPGRADE: Drop Python 3.7 support
Expand Down
2 changes: 1 addition & 1 deletion archive_path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .tar_path import * # noqa: F401,F403
from .zip_path import * # noqa: F401,F403

__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit ca21e94

Please sign in to comment.