Skip to content

Commit 79a7367

Browse files
committed
Release v2.4.14
1 parent 6bea7d4 commit 79a7367

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11+
12+
## [2.4.14] - 2021-11-16
13+
1114
### Added
1215

13-
- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
16+
- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
1417
Closes [#458](https://github.com/PyFilesystem/pyfilesystem2/issues/458).
1518
- Added `fs.base.FS.getmodified`.
16-
19+
1720
### Changed
1821

1922
- FTP servers that do not support the MLST command now try to use the MDTM command to
20-
retrieve the last modification timestamp of a resource.
23+
retrieve the last modification timestamp of a resource.
2124
Closes [#456](https://github.com/PyFilesystem/pyfilesystem2/pull/456).
22-
25+
2326
### Fixed
2427

2528
- Fixed performance bugs in `fs.copy.copy_dir_if_newer`. Test cases were adapted to catch those bugs in the future.

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.13"
3+
__version__ = "2.4.14"

0 commit comments

Comments
 (0)