Skip to content

Commit b232261

Browse files
committed
Prepare next release
1 parent 93ee5c1 commit b232261

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ The released versions correspond to PyPi releases.
33

44
## Unreleased
55

6+
## [Version 4.6.1](https://pypi.python.org/pypi/pyfakefs/4.6.1) (2022-07-13)
7+
Fixes incompatibility with Python 3.11 beta 4.
8+
9+
_Note_: Python 3.11 is only supported in the current beta 4 version, problems
10+
with later beta or rc versions are still possible. We will try to fix such
11+
problems in short order should they appear.
12+
613
### Fixes
714
* added support for `opener` argument in `open`, which is used in `tempfile`
815
in Python 3.11 since beta 4 (see [#686](../../issues/686))

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.7'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.6.dev0'
71+
release = '4.7.dev0'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

0 commit comments

Comments
 (0)