File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ The released versions correspond to PyPI releases.
12
12
* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
13
13
the real filesystem behavior
14
14
15
- ## Unreleased
15
+ ## [Version 5.7.3](https://pypi.python.org/pypi/pyfakefs/5.7.3) (2024-12-15)
16
+ Fixes a regression in version 5.7.3.
16
17
17
18
### Fixes
18
19
* fixed a regression in version 5.7.2 that `tempfile` was not patched after pause/resume
@@ -22,7 +23,7 @@ The released versions correspond to PyPI releases.
22
23
23
24
### Infrastructure
24
25
* run pytest-specific tests for all supported Python versions
25
- * pytest is only supported for versions >= 6.2.5, earlier version do not work
26
+ * pytest is only supported for versions >= 6.2.5, earlier version do not work in Python >= 3.10
26
27
due to a pytest issue - adapted tests and documentation
27
28
28
29
## [Version 5.7.2](https://pypi.python.org/pypi/pyfakefs/5.7.2) (2024-12-01)
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.8 "
67
+ version = "5.7.3 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "5.8.dev0 "
69
+ release = "5.7.3 "
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.8.dev0 "
1
+ __version__ = "5.7.3 "
You can’t perform that action at this time.
0 commit comments