File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed 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- ## Unreleased
5+ ## [Version 6.1.2](https://pypi.python.org/pypi/pyfakefs/6.1.2) (2026-02-22)
6+ Fixes a regression caused by the introduced weakrefs.
67
78### Fixes
89* do not use weakrefs for filesystem objects in fake modules
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.0 "
61+ release = "6.1.2 "
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.1 "
1+ __version__ = "6.1.2 "
You can’t perform that action at this time.
0 commit comments