File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
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.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)
Original file line number Diff line number Diff line change 6666# The short X.Y version.
6767version = "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.
Original file line number Diff line number Diff line change 1- __version__ = "5.2.dev0 "
1+ __version__ = "5.2.0 "
You can’t perform that action at this time.
0 commit comments