File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# pyfakefs Release Notes
22The released versions correspond to PyPI releases.
33
4- ## Unreleased
4+ ## [Version 5.4.0](https://pypi.python.org/pypi/pyfakefs/5.4.0) (2024-04-07)
5+ Improves permission handling.
56
67### Changes
78* the handling of file permissions under Posix should now mostly match the behavior
Original file line number Diff line number Diff line change 5656project = "pyfakefs"
5757copyright = """2009 Google Inc. All Rights Reserved.
5858© Copyright 2014 Altera Corporation. All Rights Reserved.
59- © Copyright 2014-2023 John McGehee"""
59+ © Copyright 2014-2024 John McGehee"""
6060author = "John McGehee"
6161
6262# The version info for the project you're documenting, acts as replacement for
6363# |version| and |release|, also used in various other places throughout the
6464# built documents.
6565#
6666# The short X.Y version.
67- version = "5.4"
67+ version = "5.4.0 "
6868# The full version, including alpha/beta/rc tags.
69- release = "5.4.dev0 "
69+ release = "5.4.0 "
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version__ = "5.4.dev0 "
1+ __version__ = "5.4.0 "
You can’t perform that action at this time.
0 commit comments