Skip to content

Commit

Permalink
Release 4.6.1
Browse files Browse the repository at this point in the history
- fixes incompatibility with Python 3.11 beta 4
  • Loading branch information
mrbean-bremen committed Jul 13, 2022
1 parent 93ee5c1 commit daf8b2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# pyfakefs Release Notes
The released versions correspond to PyPi releases.

## Unreleased
## [Version 4.6.1](https://pypi.python.org/pypi/pyfakefs/4.6.1) (2022-07-13)
Fixes incompatibility with Python 3.11 beta 4.

_Note_: Python 3.11 is only supported in the current beta 4 version, problems
with later beta or rc versions are still possible. We will try to fix such
problems in short order should they appear.

### Fixes
* added support for `opener` argument in `open`, which is used in `tempfile`
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '4.6'
version = '4.6.1'
# The full version, including alpha/beta/rc tags.
release = '4.6.dev0'
release = '4.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyfakefs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.7.dev0'
__version__ = '4.6.1'

0 comments on commit daf8b2c

Please sign in to comment.