Skip to content

Commit 9d74d5e

Browse files
committed
Release 5.9.3
- fixes a utility method
1 parent 00d8473 commit 9d74d5e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ The released versions correspond to PyPI releases.
1313
the real filesystem behavior
1414
* remove support for Python versions before 3.10 (if needed, patches may be backported to the 5.x branch)
1515

16-
## Unreleased
16+
## [Version 5.9.3](https://pypi.python.org/pypi/pyfakefs/5.9.3) (2025-08-28)
17+
Fixes a utility method.
1718

1819
## Changes
1920
* a warning is now issued if trying to create a nested fake filesystem with custom arguments

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

0 commit comments

Comments
 (0)