File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The released versions correspond to PyPI releases.
55* remove support for patching legacy modules `scandir` and `pathlib2`
66* remove support for Python 3.7
77
8- ## Unreleased
8+ ## [Version 5.5.0](https://pypi.python.org/pypi/pyfakefs/5.5.0) (2024-05-12)
9+ Deprecates the usage of `pathlib2` and `scandir`.
910
1011### Changes
1112* The usage of the `pathlib2` and `scandir` modules in pyfakefs is now deprecated.
@@ -16,6 +17,7 @@ The released versions correspond to PyPI releases.
1617 and/or faked filesystem customization (see [#1006](../../issues/1006)).
1718
1819### Fixes
20+ * fixed handling of Windows `pathlib` paths under POSIX and vice verse (see [#1006](../../issues/1006))
1921* correctly use real open calls in pathlib for skipped modules (see [#1012](../../issues/1012))
2022
2123## [Version 5.4.1](https://pypi.python.org/pypi/pyfakefs/5.4.0) (2024-04-11)
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = "5.5"
67+ version = "5.5.0 "
6868# The full version, including alpha/beta/rc tags.
69- release = "5.5.dev0 "
69+ release = "5.5.0 "
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.5.dev0 "
1+ __version__ = "5.5.0 "
You can’t perform that action at this time.
0 commit comments