Skip to content

Commit

Permalink
Release 5.7.0
Browse files Browse the repository at this point in the history
- adds official Python 3.13 support
- improves OS emulation behavior
  • Loading branch information
mrbean-bremen committed Oct 8, 2024
1 parent 68c0a42 commit d4adcba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The released versions correspond to PyPI releases.
* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
the real filesystem behavior

## Unreleased
## [Version 5.7.0](https://pypi.python.org/pypi/pyfakefs/5.7.0) (2024-08-10)
Adds official Python 3.13 support, improves OS emulation behavior.

### Changes
* officially support Python 3.13
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "5.7"
version = "5.7.0"
# The full version, including alpha/beta/rc tags.
release = "5.7.dev0"
release = "5.7.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyfakefs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.7.dev0"
__version__ = "5.7.0"

0 comments on commit d4adcba

Please sign in to comment.