Skip to content

Commit 2abf155

Browse files
committed
Release 5.5.0
- deprecates the usage of the pathlib2 and scandir packages
1 parent 68ed3b9 commit 2abf155

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

+3-1
Original file line numberDiff line numberDiff 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)

docs/conf.py

+2-2
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.5"
67+
version = "5.6"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.5.dev0"
69+
release = "5.6.dev0"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

pyfakefs/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.5.dev0"
1+
__version__ = "5.6.dev0"

0 commit comments

Comments
 (0)