Skip to content

Commit ecde7ff

Browse files
chore(release): 2.4.17 [skip ci]
## [2.4.17](v2.4.16...v2.4.17) (2025-09-28) ### Bug Fixes * add failing tests ([ba8b583](ba8b583)) * Added filter_glob and exclude_glob to fs.walk.Walker. ([7d91dc8](7d91dc8)) * assert DestinationExists when using overwrite=False ([5efca65](5efca65)) * assert no files were touched ([6d9e696](6d9e696)) * backward incompatibility introduced in 2.4.16 ([PyFilesystem#542](https://github.com/abichinger/pyfilesystem2/issues/542)) ([f84055e](f84055e)), closes [PyFilesystem#535](https://github.com/abichinger/pyfilesystem2/issues/535) * Changes from code review. ([fa8f924](fa8f924)) * copy_structure FS can be of type str ([1d0b87e](1d0b87e)) * copydir hangup ([52c5597](52c5597)) * drop the final remaining use of the deprecated pkg_resources module ([7e8e923](7e8e923)) * establish new errors.IllegalDestination ([a751c9b](a751c9b)) * memoryfs ([0bb7597](0bb7597)) * migrate entrypoints handling to standard library importlib.metadata ([61c198e](61c198e)) * new error names ([988ca09](988ca09)) * osfs ([7df6d97](7df6d97)) * OSFS copy ([799239e](799239e)) * raise DestinationExists if overwrite is not set ([39d0534](39d0534)) * Set `timeout-minutes` in the `test.yml` Actions workflow ([PyFilesystem#548](https://github.com/abichinger/pyfilesystem2/issues/548)) ([ae69d3e](ae69d3e)) * typo in `docs/source/info.rst` ([PyFilesystem#544](https://github.com/abichinger/pyfilesystem2/issues/544)) ([c3cfb76](c3cfb76)) * use validatepath ([9160080](9160080)) * uses validated paths in copydir ([d09b2cc](d09b2cc)) * wip copy ([09763c8](09763c8)) * wrapfs ([f0bf836](f0bf836)) * wrapfs does not need checks sprinkled everywhere anymore ([6b64e92](6b64e92))
1 parent d950ecf commit ecde7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/_version.py

Lines changed: 1 addition & 1 deletion
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.16"
3+
__version__ = "2.4.17"

0 commit comments

Comments
 (0)