File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22The released versions correspond to PyPI releases.
33`pyfakefs` versions follow [Semantic Versioning](https://semver.org/).
44
5- ## [Version 6.1.5 ](https://pypi.python.org/pypi/pyfakefs/6.1.5 ) (2026-03-15 )
6- Minor bugfix release.
5+ ## [Version 6.1.6 ](https://pypi.python.org/pypi/pyfakefs/6.1.6 ) (2026-03-18 )
6+ Follow-up bugfix release for 6.1.5 .
77
88### Fixes
99* `os.path.realpath` did not correctly handle some absolute paths under Windows
Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = "6.1"
6060# The full version, including alpha/beta/rc tags.
61- release = "6.1.5 "
61+ release = "6.1.6 "
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version__ = "6.1.5 "
1+ __version__ = "6.1.6 "
You can’t perform that action at this time.
0 commit comments