Skip to content

Commit

Permalink
Release 5.4.0
Browse files Browse the repository at this point in the history
- improves permission handling
  • Loading branch information
mrbean-bremen committed Apr 7, 2024
1 parent 3b1a99a commit 708ce71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# pyfakefs Release Notes
The released versions correspond to PyPI releases.

## Unreleased
## [Version 5.4.0](https://pypi.python.org/pypi/pyfakefs/5.4.0) (2024-04-07)
Improves permission handling.

### Changes
* the handling of file permissions under Posix should now mostly match the behavior
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
project = "pyfakefs"
copyright = """2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2023 John McGehee"""
© Copyright 2014-2024 John McGehee"""
author = "John McGehee"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = "5.4"
version = "5.4.0"
# The full version, including alpha/beta/rc tags.
release = "5.4.dev0"
release = "5.4.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyfakefs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.4.dev0"
__version__ = "5.4.0"

0 comments on commit 708ce71

Please sign in to comment.