Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Feb 24, 2021
1 parent efd90e7 commit 2cf411d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# pyfakefs Release Notes
The released versions correspond to PyPi releases.

## Version 4.4.0 (as yet unreleased)
## [Version 4.4.0](https://pypi.python.org/pypi/pyfakefs/4.4.0) (2021-02-24)
Adds better support for Python 3.8 / 3.9.

#### New Features
* added support for `pathlib.Path.link_to` (new in Python 3.8)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = '4.4'
# The full version, including alpha/beta/rc tags.
release = '4.4dev'
release = '4.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyfakefs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.4dev'
__version__ = '4.4.0'

0 comments on commit 2cf411d

Please sign in to comment.