Skip to content

Commit b3be3a3

Browse files
committed
Release 6.2.0
- changes the MRO for file wrappers
1 parent e244b17 commit b3be3a3

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
The 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`,

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
project = "pyfakefs"
4949
copyright = """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."""
5252
author = "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.

pyfakefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.2.dev0"
1+
__version__ = "6.2.0"

0 commit comments

Comments
 (0)