File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# pyfakefs Release Notes
2
2
The released versions correspond to PyPI releases.
3
3
4
- ## Unreleased
4
+ ## [Version 5.4.1](https://pypi.python.org/pypi/pyfakefs/5.4.0) (2024-04-11)
5
+ Fixes a regression.
5
6
6
7
### Fixes
7
8
* fixed a regression from version 5.4.0 that incorrectly handled files opened twice via file descriptor
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = "5.5 "
67
+ version = "5.4.1 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "5.5.dev0 "
69
+ release = "5.4.1 "
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "5.5.dev0 "
1
+ __version__ = "5.4.1 "
You can’t perform that action at this time.
0 commit comments