Skip to content

Commit af72548

Browse files
committed
Release 5.3.0
- adds official support for Python 3.12
1 parent 33d8b1b commit af72548

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.md

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

4-
## Unreleased
4+
## [Version 5.3.0](https://pypi.python.org/pypi/pyfakefs/5.3.0) (2023-10-11)
5+
Adds official support for Python 3.12.
56

67
### Changes
78
* add official support for Python 3.12

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "5.3"
67+
version = "5.3.0"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.3.dev0"
69+
release = "5.3.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.3.dev0"
1+
__version__ = "5.3.0"

0 commit comments

Comments
 (0)