We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a26fd commit e36365dCopy full SHA for e36365d
1 file changed
CHANGES.md
@@ -13,13 +13,14 @@ The released versions correspond to PyPI releases.
13
the real filesystem behavior
14
* remove support for Python versions before 3.10 (if needed, patches may be backported to the 5.x branch)
15
16
-## Unreleased
+## [Version 5.9.1](https://pypi.python.org/pypi/pyfakefs/5.9.1) (2025-06-23)
17
+Fixes regression in packaging in version 5.9.0.
18
19
### Fixes
20
* fixed handling of added `strict` argument in Python 3.9.23
21
* make sure test files are packaged (see [#1186](../../issues/1186))
22
-## [Version 5.9.0](https://pypi.python.org/pypi/pyfakefs/5.8.0) (2025-06-21)
23
+## [Version 5.9.0](https://pypi.python.org/pypi/pyfakefs/5.9.0) (2025-06-21)
24
Adds support for an API change in latest Python patch releases.
25
26
### Changes
0 commit comments