File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.1.0 (as yet unreleased )
4+ ## [ Version 4.1.0](https://pypi.python.org/pypi/pyfakefs/4.1.0 )
55
66#### New Features
77 * Added some support for pandas (`read_csv`, `read_excel` and more), and
Original file line number Diff line number Diff line change 5858project = 'pyfakefs'
5959copyright = '''2009 Google Inc. All Rights Reserved.
6060© Copyright 2014 Altera Corporation. All Rights Reserved.
61- © Copyright 2014-2019 John McGehee'''
61+ © Copyright 2014-2020 John McGehee'''
6262author = 'John McGehee'
6363
6464# The version info for the project you're documenting, acts as replacement for
6565# |version| and |release|, also used in various other places throughout the
6666# built documents.
6767#
6868# The short X.Y version.
69- version = '4.1'
69+ version = '4.1.0 '
7070# The full version, including alpha/beta/rc tags.
71- release = '4.1dev '
71+ release = '4.1.0 '
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.1dev '
1+ __version__ = '4.1.0 '
You can’t perform that action at this time.
0 commit comments