File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
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- ## 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)
Original file line number Diff line number Diff line change 6868# The short X.Y version.
6969version = '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.
Original file line number Diff line number Diff line change 1- __version__ = '4.4dev '
1+ __version__ = '4.4.0 '
You can’t perform that action at this time.
0 commit comments