Skip to content

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
- add support for Python 3.12a7
  • Loading branch information
mrbean-bremen committed Apr 11, 2023
1 parent b2ebf2d commit aff3a3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.2.1](https://pypi.python.org/pypi/pyfakefs/5.2.1) (2023-04-11)
Support for latest Python 3.12 version.

### Changes
* Adapted fake pathlib to changes in Python 3.12a7 (last alpha version)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "5.3"
version = "5.2.1"
# The full version, including alpha/beta/rc tags.
release = "5.3.dev0"
release = "5.2.1"

# 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.3.dev0"
__version__ = "5.2.1"

0 comments on commit aff3a3a

Please sign in to comment.