Skip to content

Commit

Permalink
Release 4.5.3
Browse files Browse the repository at this point in the history
- reverts a change in the previous release that could cause a regression
  • Loading branch information
mrbean-bremen committed Nov 8, 2021
1 parent b9df036 commit 60c2a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# pyfakefs Release Notes
The released versions correspond to PyPi releases.

## Version 4.6.0 (as yet unreleased)
## [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.

### Changes
* `os.listdir`, `os.scandir` and `pathlib.Path.listdir` now return the
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '4.6'
version = '4.5.3'
# The full version, including alpha/beta/rc tags.
release = '4.6.dev0'
release = '4.5.3'

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

0 comments on commit 60c2a67

Please sign in to comment.