Skip to content

Commit 50b1c99

Browse files
committedMay 2, 2022
Release v2.4.16
1 parent 889765b commit 50b1c99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## Unreleased
1010

11+
12+
## [2.4.16] - 2022-05-02
13+
1114
### Changed
1215

1316
- Make `fs.zipfs._ZipExtFile` use the seeking mechanism implemented

‎fs/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version, used in module and setup.py.
22
"""
3-
__version__ = "2.4.15"
3+
__version__ = "2.4.16"

0 commit comments

Comments
 (0)
Please sign in to comment.