File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ The released versions correspond to PyPI releases.
1414 the real filesystem behavior
1515* remove support for Python versions before 3.10 (if needed, patches may be backported to the 5.10.x branch)
1616
17+ ## [Version 5.10.1](https://pypi.python.org/pypi/pyfakefs/5.10.1) (2025-10-27)
18+ Fixes a regression introduced in version 5.9.0.
19+
1720### Fixes
1821* fixed a deadlock in `shutil.copytree` if copying using an `shutil` function as
1922 `copy_function` argument (see [#1235](../../issues/1235))
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = "5.10.0 "
67+ version = "5.10.1 "
6868# The full version, including alpha/beta/rc tags.
69- release = "5.10.0 "
69+ release = "5.10.1 "
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version__ = "5.10.0 "
1+ __version__ = "5.10.1 "
You can’t perform that action at this time.
0 commit comments