Skip to content

Commit 682a75f

Browse files
committed
Release 5.7.1
- fixes a regression that broke patching fcntl
1 parent 305ed2e commit 682a75f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The released versions correspond to PyPI releases.
1212
* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
1313
the real filesystem behavior
1414

15-
## Unreleased
15+
## [Version 5.7.1](https://pypi.python.org/pypi/pyfakefs/5.7.1) (2024-08-13)
16+
Fixes a regression in version 5.7.0 that broke patching fcntl.
1617

1718
### Fixes
1819
* fixes a regression that caused unfaked `fcntl` calls to fail (see [#1074](../../issues/1074))

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.8"
67+
version = "5.7.1"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.8.dev0"
69+
release = "5.7.1"
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.8.dev0"
1+
__version__ = "5.7.1"

0 commit comments

Comments
 (0)