Skip to content

Commit 334227c

Browse files
committed
Release version 4.6.0
- adds support for Python 3.11 - removes support for Python 3.6 - changes root path behavior under Windows.
1 parent 6bc3162 commit 334227c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

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

4-
## Unreleased
4+
## [Version 4.6.0](https://pypi.python.org/pypi/pyfakefs/4.6.0) (2022-07-12)
5+
Adds support for Python 3.11, removes support for Python 3.6, changes root
6+
path behavior under Windows.
57

68
### Changes
79
* Python 3.6 has reached its end of life on 2021/12/23 and is no

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
project = 'pyfakefs'
5959
copyright = '''2009 Google Inc. All Rights Reserved.
6060
© Copyright 2014 Altera Corporation. All Rights Reserved.
61-
© Copyright 2014-2021 John McGehee'''
61+
© Copyright 2014-2022 John McGehee'''
6262
author = 'John McGehee'
6363

6464
# The version info for the project you're documenting, acts as replacement for
@@ -68,7 +68,7 @@
6868
# The short X.Y version.
6969
version = '4.6'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.6.dev0'
71+
release = '4.6.0'
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.6.dev0'
1+
__version__ = '4.6.0'

0 commit comments

Comments
 (0)