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 @@ -12,7 +12,8 @@ The released versions correspond to PyPI releases.
1212* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
1313 the real filesystem behavior
1414
15- ## Unreleased
15+ ## [Version 5.7.0](https://pypi.python.org/pypi/pyfakefs/5.7.0) (2024-08-10)
16+ Adds official Python 3.13 support, improves OS emulation behavior.
1617
1718### Changes
1819* officially support Python 3.13
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = "5.7 "
67+ version = "5.8 "
6868# The full version, including alpha/beta/rc tags.
69- release = "5.7 .dev0"
69+ release = "5.8 .dev0"
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.7 .dev0"
1+ __version__ = "5.8 .dev0"
You can’t perform that action at this time.
0 commit comments