Skip to content

Commit 39e75ed

Browse files
committed
Release 5.2.0
- supports current Python 3.12 version (alpha 6)
1 parent 199561f commit 39e75ed

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# pyfakefs Release Notes
22
The released versions correspond to PyPI releases.
33

4-
## Unreleased
4+
## [Version 5.2.0](https://pypi.python.org/pypi/pyfakefs/5.2.0) (2023-03-31)
5+
Supports current Python 3.12 version (alpha 6). We plan to make patch releases in
6+
case of breaking changes in alpha or beta versions.
57

68
### Changes
79
* Fake module classes previously defined in `fake_filesystem` have now moved to
@@ -17,7 +19,7 @@ The released versions correspond to PyPI releases.
1719
### Features
1820
* added possibility to set a path inaccessible under Windows by using `chown()` with
1921
the `force_unix_mode` flag (see [#720](../../issues/720))
20-
* added support for changes in Python 3.12 (currently in last beta version)
22+
* added support for current Python 3.12 version (alpha 6)
2123
* added support for `os.path.splitroot` (new in Python 3.12)
2224

2325
## [Version 5.1.0](https://pypi.python.org/pypi/pyfakefs/5.1.0) (2023-01-12)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = "5.2"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.2.dev0"
69+
release = "5.2.0"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# 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__ = "5.2.dev0"
1+
__version__ = "5.2.0"

0 commit comments

Comments
 (0)