File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
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.6.0](https://pypi.python.org/pypi/pyfakefs/5.6.0) (2024-07-11)
16
+ Adds preliminary Python 3.13 support.
16
17
17
18
### Enhancements
18
19
* added preliminary support for Python 3.13 (tested with beta2) (see [#1017](../../issues/1017))
Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = "5.6"
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "5.6.dev0 "
69
+ release = "5.6"
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.6.dev0 "
1
+ __version__ = "5.6.0 "
You can’t perform that action at this time.
0 commit comments