Skip to content

Commit 0e95ab4

Browse files
committed
Release 4.3.1
1 parent c071145 commit 0e95ab4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES.md

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

4-
## Version 4.4.0 (as yet unreleased)
4+
## [Version 4.3.1](https://pypi.python.org/pypi/pyfakefs/4.3.1) (2020-11-23)
5+
6+
This is an update to the performance release, with more setup caching and the
7+
possibility to disable it.
58

69
### Changes
710
* Added caching of patched modules to avoid lookup overhead

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.4'
69+
version = '4.3.1'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.4dev'
71+
release = '4.3.1'
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.3.1'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'Programming Language :: Python :: 3.6',
4242
'Programming Language :: Python :: 3.7',
4343
'Programming Language :: Python :: 3.8',
44+
'Programming Language :: Python :: 3.9',
4445
'Programming Language :: Python :: Implementation :: CPython',
4546
'Programming Language :: Python :: Implementation :: PyPy',
4647
'Operating System :: POSIX',

0 commit comments

Comments
 (0)