Skip to content

Commit ba30aeb

Browse files
committed
Release version 5.6.0
- adds preliminary Python 3.13 support
1 parent a6617e5 commit ba30aeb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.6.0](https://pypi.python.org/pypi/pyfakefs/5.6.0) (2024-07-11)
16+
Adds preliminary Python 3.13 support.
1617

1718
### Enhancements
1819
* added preliminary support for Python 3.13 (tested with beta2) (see [#1017](../../issues/1017))

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = "5.6"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.6.dev0"
69+
release = "5.6"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

pyfakefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.6.dev0"
1+
__version__ = "5.6.0"

0 commit comments

Comments
 (0)