Skip to content

Commit b6b3967

Browse files
committed
Release 5.9.1
- fixes regression in packaging in previous version
1 parent 66a26fd commit b6b3967

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ The released versions correspond to PyPI releases.
1313
the real filesystem behavior
1414
* remove support for Python versions before 3.10 (if needed, patches may be backported to the 5.x branch)
1515

16-
## Unreleased
16+
## [Version 5.9.1](https://pypi.python.org/pypi/pyfakefs/5.9.1) (2025-06-23)
17+
Fixes regression in packaging in version 5.9.0.
1718

1819
### Fixes
1920
* fixed handling of added `strict` argument in Python 3.9.23
2021
* make sure test files are packaged (see [#1186](../../issues/1186))
2122

22-
## [Version 5.9.0](https://pypi.python.org/pypi/pyfakefs/5.8.0) (2025-06-21)
23+
## [Version 5.9.0](https://pypi.python.org/pypi/pyfakefs/5.9.0) (2025-06-21)
2324
Adds support for an API change in latest Python patch releases.
2425

2526
### Changes

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "5.10"
67+
version = "5.9.1"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.10.dev0"
69+
release = "5.9.1"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# 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__ = "5.10.dev0"
1+
__version__ = "5.9.1"

0 commit comments

Comments
 (0)