File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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))
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- __version__ = "5.10.dev0 "
1+ __version__ = "5.9.2 "
You can’t perform that action at this time.
0 commit comments