From ff139b2b4067974adfa111d80b5dce269799a494 Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Tue, 14 Jan 2025 19:53:04 +0100 Subject: [PATCH] Release 5.7.4 - minor bugfix release --- CHANGES.md | 3 ++- docs/conf.py | 4 ++-- pyfakefs/_version.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 27fb6c3f..220100a4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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.4](https://pypi.python.org/pypi/pyfakefs/5.7.4) (2025-01-14) +Minor bugfix release. ### Fixes * fixed a problem with module and session scoped fixtures in Python 3.13 diff --git a/docs/conf.py b/docs/conf.py index 6dcf4af5..0e503ace 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = "5.8" +version = "5.7.4" # The full version, including alpha/beta/rc tags. -release = "5.8.dev0" +release = "5.7.4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyfakefs/_version.py b/pyfakefs/_version.py index 498f76d7..16d7c471 100644 --- a/pyfakefs/_version.py +++ b/pyfakefs/_version.py @@ -1 +1 @@ -__version__ = "5.8.dev0" +__version__ = "5.7.4"