Skip to content

Commit fedc3eb

Browse files
committed
Release 4.5.0
- adds some support for Python 3.10 and basic type checking
1 parent 87eaba8 commit fedc3eb

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-
## Version 4.5.0 (as yet unreleased)
4+
## [Version 4.5.0](https://pypi.python.org/pypi/pyfakefs/4.5.0) (2021-06-04)
5+
Adds some support for Python 3.10 and basic type checking.
56

67
### New Features
78
* added support for some Python 3.10 features:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '4.5'
69+
version = '4.5.0'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.5.dev'
71+
release = '4.5.0'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# 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__ = '4.5.dev'
1+
__version__ = '4.5.0'

0 commit comments

Comments
 (0)