File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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 4.6.3](https://pypi.python.org/pypi/pyfakefs/4.6.3) (2022-07-20)
5+ Another patch release that fixes a regression in version 4.6.
56
67### Changes
78* automatically reset filesystem on changing `is_windows_fs` or `is_macos`
@@ -10,7 +11,6 @@ The released versions correspond to PyPi releases.
1011
1112 :warning: Make sure you write to the filesystem _after_ you change
1213 `is_windows_fs` or `is_macos`, otherwise the changes will be lost.
13-
1414
1515### Fixes
1616* fixed regression: `os.path.exists` returned `True` for any root drive path under Windows
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = '4.7 '
69+ version = '4.6.3 '
7070# The full version, including alpha/beta/rc tags.
71- release = '4.7.dev0 '
71+ release = '4.6.3 '
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version__ = '4.7.dev0 '
1+ __version__ = '4.6.3 '
You can’t perform that action at this time.
0 commit comments