File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ The released versions correspond to PyPI releases.
13
13
the real filesystem behavior
14
14
* remove support for Python versions before 3.10 (if needed, patches may be backported to the 5.x branch)
15
15
16
- ## Unreleased
16
+ ## [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.
17
18
18
19
### Fixes
19
20
* fixed handling of added `strict` argument in Python 3.9.23
20
21
* make sure test files are packaged (see [#1186](../../issues/1186))
21
22
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)
23
24
Adds support for an API change in latest Python patch releases.
24
25
25
26
### Changes
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = "5.10 "
67
+ version = "5.9.1 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "5.10.dev0 "
69
+ release = "5.9.1 "
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# 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.1 "
You can’t perform that action at this time.
0 commit comments