File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# pyfakefs Release Notes
22The 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
Original file line number Diff line number Diff line change 5858project = 'pyfakefs'
5959copyright = '''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'''
6262author = 'John McGehee'
6363
6464# The version info for the project you're documenting, acts as replacement for
6868# The short X.Y version.
6969version = '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.
Original file line number Diff line number Diff line change 1- __version__ = '4.6.dev0 '
1+ __version__ = '4.6.0 '
You can’t perform that action at this time.
0 commit comments