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- ## Unreleased
5+ ## [Version 6.2.0](https://pypi.python.org/pypi/pyfakefs/6.2.0) (2026-04-12)
6+ Changes the MRO for file wrappers.
67
78### Changes
89* fake file wrappers now derive from `io.TextIOBase` or `io.BufferedIOBase`,
Original file line number Diff line number Diff line change 4848project = "pyfakefs"
4949copyright = """2009 Google Inc. All Rights Reserved.
5050© Copyright 2014 Altera Corporation. All Rights Reserved.
51- © Copyright 2014-2025 John McGehee and pyfakefs contributors."""
51+ © Copyright 2014-2026 John McGehee and pyfakefs contributors."""
5252author = "John McGehee"
5353
5454# The version info for the project you're documenting, acts as replacement for
5555# |version| and |release|, also used in various other places throughout the
5656# built documents.
5757#
5858# The short X.Y version.
59- version = "6.2"
59+ version = "6.2.0 "
6060# The full version, including alpha/beta/rc tags.
61- release = "6.2.dev0 "
61+ release = "6.2.0 "
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.2.dev0 "
1+ __version__ = "6.2.0 "
You can’t perform that action at this time.
0 commit comments