Skip to content

Commit 8b9823c

Browse files
committed
Release 5.10.2
- fixes a problem with pathlib.glob in Python 3.14
1 parent 0ec7737 commit 8b9823c

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.2](https://pypi.python.org/pypi/pyfakefs/5.10.2) (2025-11-04)
18+
Fixes a problem with `pathlib.glob` in Python 3.14.
19+
1720
### Fixes
1821
* fixed `pathlib.glob()` for Python 3.14 (see [#1239](../../issues/1239))
1922

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.1"
67+
version = "5.10.2"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.10.1"
69+
release = "5.10.2"
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.1"
1+
__version__ = "5.10.2"

0 commit comments

Comments
 (0)