Commit f7c00de 1 parent 3b1a99a commit f7c00de Copy full SHA for f7c00de
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# pyfakefs Release Notes
2
2
The released versions correspond to PyPI releases.
3
3
4
- ## Unreleased
4
+ ## [Version 5.4.0](https://pypi.python.org/pypi/pyfakefs/5.4.0) (2024-04-07)
5
+ Improves permission handling.
5
6
6
7
### Changes
7
8
* the handling of file permissions under Posix should now mostly match the behavior
Original file line number Diff line number Diff line change 56
56
project = "pyfakefs"
57
57
copyright = """2009 Google Inc. All Rights Reserved.
58
58
© Copyright 2014 Altera Corporation. All Rights Reserved.
59
- © Copyright 2014-2023 John McGehee"""
59
+ © Copyright 2014-2024 John McGehee"""
60
60
author = "John McGehee"
61
61
62
62
# The version info for the project you're documenting, acts as replacement for
63
63
# |version| and |release|, also used in various other places throughout the
64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = "5.4 "
67
+ version = "5.5 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "5.4 .dev0"
69
+ release = "5.5 .dev0"
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "5.4 .dev0"
1
+ __version__ = "5.5 .dev0"
You can’t perform that action at this time.
0 commit comments