Skip to content

Commit 2cf411d

Browse files
committed
Release 4.4.0
1 parent efd90e7 commit 2cf411d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.4.0 (as yet unreleased)
4+
## [Version 4.4.0](https://pypi.python.org/pypi/pyfakefs/4.4.0) (2021-02-24)
5+
Adds better support for Python 3.8 / 3.9.
56

67
#### New Features
78
* added support for `pathlib.Path.link_to` (new in Python 3.8)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# The short X.Y version.
6969
version = '4.4'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.4dev'
71+
release = '4.4.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.4dev'
1+
__version__ = '4.4.0'

0 commit comments

Comments
 (0)