Skip to content

Commit

Permalink
Release 5.3.1
Browse files Browse the repository at this point in the history
- mostly a bugfix release
  • Loading branch information
mrbean-bremen committed Nov 15, 2023
1 parent 1d52e3f commit e7c8ede
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# pyfakefs Release Notes
The released versions correspond to PyPI releases.

## Unreleased
## [Version 5.3.1](https://pypi.python.org/pypi/pyfakefs/5.3.0) (2023-11-15)
Mostly a bugfix release.

### Changes
* changed behavior of `add_real_directory` to be able to map a real directory
to an existing directory in the fake filesystem (see #901)

### Fixes
* fixes the problem that filesystem patching was still active in the pytest
Expand All @@ -14,8 +19,6 @@ Adds official support for Python 3.12.

### Changes
* add official support for Python 3.12
* changed behavior of `add_real_directory` to be able to map a real directory
to an existing directory in the fake filesystem (see #901)

### Fixes
* removed a leftover debug print statement (see [#869](../../issues/869))
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "5.4"
version = "5.3.1"
# The full version, including alpha/beta/rc tags.
release = "5.4.dev0"
release = "5.3.1"

# 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__ = "5.4.dev0"
__version__ = "5.3.1"

0 comments on commit e7c8ede

Please sign in to comment.