Skip to content

Commit a4feba2

Browse files
committed
Release 6.1.5
- minor bugfix release
1 parent 0847d29 commit a4feba2

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.5](https://pypi.python.org/pypi/pyfakefs/6.1.5) (2026-03-15)
6+
Minor bugfix release.
67

78
### Fixes
89
* `os.path.realpath` did not resolve symlinks under Windows

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.4"
61+
release = "6.1.5"
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.4"
1+
__version__ = "6.1.5"

0 commit comments

Comments
 (0)