Skip to content

Commit 3c3b0b3

Browse files
committed
Release 5.10.1
- fixes a regression introduced in version 5.9.0
1 parent a13bd92 commit 3c3b0b3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
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.

pyfakefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.10.0"
1+
__version__ = "5.10.1"

0 commit comments

Comments
 (0)