Skip to content

Commit 8156087

Browse files
committed
Release 4.1.0
1 parent e87ca96 commit 8156087

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pyfakefs Release Notes
22
The 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

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@
5858
project = 'pyfakefs'
5959
copyright = '''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'''
6262
author = '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.

pyfakefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.1dev'
1+
__version__ = '4.1.0'

0 commit comments

Comments
 (0)