Skip to content

Commit

Permalink
Release 4.5.4
Browse files Browse the repository at this point in the history
- minor bugfix release
  • Loading branch information
mrbean-bremen committed Jan 12, 2022
1 parent 3008d05 commit 411ec03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# pyfakefs Release Notes
The released versions correspond to PyPi releases.

## Version 4.6.0 (as yet unreleased)
## [Version 4.5.4](https://pypi.python.org/pypi/pyfakefs/4.5.4) (2022-01-12)
Minor bugfix release.

### Fixes
* added missing mocked functions for fake pipe (see [#650](../../issues/650))

* fixed some bytes warnings (see [#651](../../issues/651))

## [Version 4.5.3](https://pypi.python.org/pypi/pyfakefs/4.5.3) (2021-11-08)
Reverts a change in the previous release that could cause a regression.
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
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
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '4.6'
version = '4.5.4'
# The full version, including alpha/beta/rc tags.
release = '4.6.dev0'
release = '4.5.4'

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

0 comments on commit 411ec03

Please sign in to comment.