Skip to content

Commit 1b57df8

Browse files
committed
Release 4.3.1
1 parent c071145 commit 1b57df8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ The released versions correspond to PyPi releases.
33

44
## Version 4.4.0 (as yet unreleased)
55

6+
## [Version 4.3.1](https://pypi.python.org/pypi/pyfakefs/4.3.1) (2020-11-23)
7+
8+
This is an update to the performance release, with more setup caching and the
9+
possibility to disable it.
10+
611
### Changes
712
* Added caching of patched modules to avoid lookup overhead
813
* Added `use_cache` option and `clear_cache` method to be able

Diff for: setup.py

+1
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)