Skip to content

Commit

Permalink
Release 5.7.2
Browse files Browse the repository at this point in the history
- fixes some problems with patching
  • Loading branch information
mrbean-bremen committed Dec 1, 2024
1 parent 93879f5 commit 1e12979
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ 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.2](https://pypi.python.org/pypi/pyfakefs/5.7.2) (2024-12-01)
Fixes some problems with patching.

### Enhancements
### Fixes
* added some support for loading fake modules in `AUTO` patch mode
using `importlib.import_module` (see [#1079](../../issues/1079))
* added some support to avoid patching debugger related modules
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.8"
version = "5.7.2"
# The full version, including alpha/beta/rc tags.
release = "5.8.dev0"
release = "5.7.2"

# 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.8.dev0"
__version__ = "5.7.2"

0 comments on commit 1e12979

Please sign in to comment.