Skip to content

Commit 411ec03

Browse files
committed
Release 4.5.4
- minor bugfix release
1 parent 3008d05 commit 411ec03

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# pyfakefs Release Notes
22
The 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)
1112
Reverts a change in the previous release that could cause a regression.

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@
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
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.

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.5.4'

0 commit comments

Comments
 (0)