Skip to content

Commit

Permalink
Release version 4.6.0
Browse files Browse the repository at this point in the history
- adds support for Python 3.11
- removes support for Python 3.6
- changes root path behavior under Windows.
  • Loading branch information
mrbean-bremen committed Jul 12, 2022
1 parent 6bc3162 commit 334227c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# pyfakefs Release Notes
The released versions correspond to PyPi releases.

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

### Changes
* Python 3.6 has reached its end of life on 2021/12/23 and is no
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
project = 'pyfakefs'
copyright = '''2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee'''
© Copyright 2014-2022 John McGehee'''
author = 'John McGehee'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -68,7 +68,7 @@
# The short X.Y version.
version = '4.6'
# The full version, including alpha/beta/rc tags.
release = '4.6.dev0'
release = '4.6.0'

# 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.6.dev0'
__version__ = '4.6.0'

0 comments on commit 334227c

Please sign in to comment.