File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# pyfakefs Release Notes
22The release versions are PyPi releases.
33
4- ## Version 3.4.2 (https://pypi.python.org/pypi/pyfakefs/3.4.2 )
4+ ## Version 3.4.3 (https://pypi.python.org/pypi/pyfakefs/3.4.3 )
55
66This is mostly a bug fix release, mainly for bugs found by
77[ @agroce ] ( https://github.com/agroce ) using [ tstl] ( https://github.com/agroce/tstl ) .
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = '3.4.2 '
69+ version = '3.4.3 '
7070# The full version, including alpha/beta/rc tags.
71- release = '3.4.2 '
71+ release = '3.4.3 '
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 113113
114114__pychecker__ = 'no-reimportself'
115115
116- __version__ = '3.4.2 '
116+ __version__ = '3.4.3 '
117117
118118PERM_READ = 0o400 # Read permission bit.
119119PERM_WRITE = 0o200 # Write permission bit.
You can’t perform that action at this time.
0 commit comments