File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# pyfakefs Release Notes
2
2
The released versions correspond to PyPi releases.
3
3
4
- ## Version 4.1.0 (as yet unreleased )
4
+ ## [ Version 4.1.0](https://pypi.python.org/pypi/pyfakefs/4.1.0 )
5
5
6
6
#### New Features
7
7
* Added some support for pandas (`read_csv`, `read_excel` and more), and
Original file line number Diff line number Diff line change 58
58
project = 'pyfakefs'
59
59
copyright = '''2009 Google Inc. All Rights Reserved.
60
60
© Copyright 2014 Altera Corporation. All Rights Reserved.
61
- © Copyright 2014-2019 John McGehee'''
61
+ © Copyright 2014-2020 John McGehee'''
62
62
author = 'John McGehee'
63
63
64
64
# The version info for the project you're documenting, acts as replacement for
65
65
# |version| and |release|, also used in various other places throughout the
66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = '4.1'
69
+ version = '4.1.0 '
70
70
# The full version, including alpha/beta/rc tags.
71
- release = '4.1dev '
71
+ release = '4.1.0 '
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# 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