File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
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- ## Version 4.6.0 (as yet unreleased)
4+ ## [Version 4.5.4](https://pypi.python.org/pypi/pyfakefs/4.5.4) (2022-01-12)
5+ Minor bugfix release.
56
67### Fixes
78* added missing mocked functions for fake pipe (see [#650](../../issues/650))
8-
9+ * fixed some bytes warnings (see [#651](../../issues/651))
910
1011## [Version 4.5.3](https://pypi.python.org/pypi/pyfakefs/4.5.3) (2021-11-08)
1112Reverts a change in the previous release that could cause a regression.
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
6565# |version| and |release|, also used in various other places throughout the
6666# built documents.
6767#
6868# The short X.Y version.
69- version = '4.6 '
69+ version = '4.5.4 '
7070# The full version, including alpha/beta/rc tags.
71- release = '4.6.dev0 '
71+ release = '4.5.4 '
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.5.4 '
You can’t perform that action at this time.
0 commit comments