Skip to content

Commit a41a03d

Browse files
committed
Prepare next release
1 parent 6bc3162 commit a41a03d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

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

44
## Unreleased
55

6+
## [Version 4.6.0](https://pypi.python.org/pypi/pyfakefs/4.6.0) (2022-07-12)
7+
Adds support for Python 3.11, removes support for Python 3.6, changes root
8+
path behavior under Windows.
9+
610
### Changes
711
* Python 3.6 has reached its end of life on 2021/12/23 and is no
812
longer officially supported by pyfakefs

pyfakefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.6.dev0'
1+
__version__ = '4.7.dev0'

0 commit comments

Comments
 (0)