Skip to content

Commit 07a6c45

Browse files
committed
Release 6.1.6
- follow-up bugfix release for 6.1.5
1 parent 618b94a commit 07a6c45

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.md

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

5-
## [Version 6.1.5](https://pypi.python.org/pypi/pyfakefs/6.1.5) (2026-03-15)
6-
Minor bugfix release.
5+
## [Version 6.1.6](https://pypi.python.org/pypi/pyfakefs/6.1.6) (2026-03-18)
6+
Follow-up bugfix release for 6.1.5.
77

88
### Fixes
99
* `os.path.realpath` did not correctly handle some absolute paths 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.5"
61+
release = "6.1.6"
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.5"
1+
__version__ = "6.1.6"

0 commit comments

Comments
 (0)