Skip to content

Commit 41c7265

Browse files
committed
Release 5.2.4
- fixes a rare problem on pytest shutdown
1 parent cc67e1e commit 41c7265

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ The released versions correspond to PyPI releases.
33

44
## Unreleased
55

6+
## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-08-18)
7+
Fixes a rare problem on pytest shutdown.
8+
69
### Fixes
710
* Clear the patched module cache on session shutdown (pytest only)
811
(see [#866](../../issues/866)). Added a class method `Patcher.cler_fs_cache`

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "5.3"
67+
version = "5.2.4"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.3.dev0"
69+
release = "5.2.4"
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.3.dev0"
1+
__version__ = "5.2.4"

0 commit comments

Comments
 (0)