Skip to content

Commit f2daf3e

Browse files
committed
Release 5.9.2
- fixes interaction with pytest
1 parent 9f38b89 commit f2daf3e

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.2](https://pypi.python.org/pypi/pyfakefs/5.9.2) (2025-07-30)
17+
Fixes interaction with pytest.
1718

1819
### Fixes
1920
* fixed an interaction problem of `fs` with other pytest fixtures (see [#1200](../../issues/1200))

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

0 commit comments

Comments
 (0)