Skip to content

Commit 9dd9295

Browse files
committed
Release 6.1.2
- fixes a regression caused by the introduced weakrefs.
1 parent 2b05486 commit 9dd9295

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
The released versions correspond to PyPI releases.
33
`pyfakefs` versions follow [Semantic Versioning](https://semver.org/).
44

5-
## Unreleased
5+
## [Version 6.1.2](https://pypi.python.org/pypi/pyfakefs/6.1.2) (2026-02-22)
6+
Fixes a regression caused by the introduced weakrefs.
67

78
### Fixes
89
* do not use weakrefs for filesystem objects in fake modules

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = "6.1"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "6.1.0"
61+
release = "6.1.2"
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# 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__ = "6.1.1"
1+
__version__ = "6.1.2"

0 commit comments

Comments
 (0)