Skip to content

Commit

Permalink
Release 4.6.3
Browse files Browse the repository at this point in the history
- another patch release that fixes a regression in version 4.6
  • Loading branch information
mrbean-bremen committed Jul 20, 2022
1 parent a0afe8e commit e8d80b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.

## Unreleased
## [Version 4.6.3](https://pypi.python.org/pypi/pyfakefs/4.6.3) (2022-07-20)
Another patch release that fixes a regression in version 4.6.

### Changes
* automatically reset filesystem on changing `is_windows_fs` or `is_macos`
Expand All @@ -10,7 +11,6 @@ The released versions correspond to PyPi releases.

:warning: Make sure you write to the filesystem _after_ you change
`is_windows_fs` or `is_macos`, otherwise the changes will be lost.


### Fixes
* fixed regression: `os.path.exists` returned `True` for any root drive path under Windows
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.7'
version = '4.6.3'
# The full version, including alpha/beta/rc tags.
release = '4.7.dev0'
release = '4.6.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.7.dev0'
__version__ = '4.6.3'

0 comments on commit e8d80b7

Please sign in to comment.