Skip to content

Commit daf8b2c

Browse files
committed
Release 4.6.1
- fixes incompatibility with Python 3.11 beta 4
1 parent 93ee5c1 commit daf8b2c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# pyfakefs Release Notes
22
The released versions correspond to PyPi releases.
33

4-
## Unreleased
4+
## [Version 4.6.1](https://pypi.python.org/pypi/pyfakefs/4.6.1) (2022-07-13)
5+
Fixes incompatibility with Python 3.11 beta 4.
6+
7+
_Note_: Python 3.11 is only supported in the current beta 4 version, problems
8+
with later beta or rc versions are still possible. We will try to fix such
9+
problems in short order should they appear.
510

611
### Fixes
712
* added support for `opener` argument in `open`, which is used in `tempfile`

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '4.6'
69+
version = '4.6.1'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.6.dev0'
71+
release = '4.6.1'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# 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__ = '4.7.dev0'
1+
__version__ = '4.6.1'

0 commit comments

Comments
 (0)