Skip to content

Commit

Permalink
Release 5.2.4
Browse files Browse the repository at this point in the history
- fixes a rare problem on pytest shutdown
  • Loading branch information
mrbean-bremen committed Aug 18, 2023
1 parent cc67e1e commit 41c7265
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ The released versions correspond to PyPI releases.

## Unreleased

## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-08-18)
Fixes a rare problem on pytest shutdown.

### Fixes
* Clear the patched module cache on session shutdown (pytest only)
(see [#866](../../issues/866)). Added a class method `Patcher.cler_fs_cache`
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.3"
version = "5.2.4"
# The full version, including alpha/beta/rc tags.
release = "5.3.dev0"
release = "5.2.4"

# 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.3.dev0"
__version__ = "5.2.4"

0 comments on commit 41c7265

Please sign in to comment.