File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
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.3.0 (as yet unreleased)
4+ ## [Version 4.2.1](https://pypi.python.org/pypi/pyfakefs/4.2.1)
5+
6+ This is a bugfix releases that fixes a regression issue.
57
68### Fixes
79 * remove dependency of pyfakefs on `pytest` (regression,
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = '4.3 '
69+ version = '4.2.1 '
7070# The full version, including alpha/beta/rc tags.
71- release = '4.3dev '
71+ release = '4.2.1 '
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.3dev '
1+ __version__ = '4.2.1 '
You can’t perform that action at this time.
0 commit comments