File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# pyfakefs Release Notes
22The released versions correspond to PyPI releases.
33
4- ## Unreleased
4+ ## [Version 5.3.1](https://pypi.python.org/pypi/pyfakefs/5.3.0) (2023-11-15)
5+ Mostly a bugfix release.
6+
7+ ### Changes
8+ * changed behavior of `add_real_directory` to be able to map a real directory
9+ to an existing directory in the fake filesystem (see #901)
510
611### Fixes
712* fixes the problem that filesystem patching was still active in the pytest
@@ -14,8 +19,6 @@ Adds official support for Python 3.12.
1419
1520### Changes
1621* add official support for Python 3.12
17- * changed behavior of `add_real_directory` to be able to map a real directory
18- to an existing directory in the fake filesystem (see #901)
1922
2023### Fixes
2124* removed a leftover debug print statement (see [#869](../../issues/869))
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = "5.4 "
67+ version = "5.3.1 "
6868# The full version, including alpha/beta/rc tags.
69- release = "5.4.dev0 "
69+ release = "5.3.1 "
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version__ = "5.4.dev0 "
1+ __version__ = "5.3.1 "
You can’t perform that action at this time.
0 commit comments