File tree 4 files changed +9
-10
lines changed 4 files changed +9
-10
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.0 (as yet unreleased )
4
+ ## [ Version 4.0.0](https://pypi.python.org/pypi/pyfakefs/4.0.0 )
5
5
6
- _Note:_ pyfakefs 4.0 is planned for release at the beginning of 2020. As
7
- pyfakefs 4.0 is a major release, we are giving you advance notice of
8
- the proposed changes so you can be ready.
9
-
10
- * pyfakefs 4.0 drops support for Python 2.7. If you still need
11
- Python 2.7, you can continue to use pyfakefs 3.7.
6
+ * pyfakefs 4.0.0 drops support for Python 2.7. If you still need
7
+ Python 2.7, you can continue to use pyfakefs 3.7.x.
12
8
13
9
#### Changes
14
10
* Removed Python 2.7 and 3.4 support (see [#492](../../issues/492))
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ This file provides general usage instructions for pyfakefs. There is more:
18
18
released on PyPi
19
19
* The [ Development documentation] ( http://jmcgeheeiv.github.io/pyfakefs/master )
20
20
contains the same documentation for the current master branch
21
+ * The [ Release 3.7 documentation] ( http://jmcgeheeiv.github.io/pyfakefs/release37 )
22
+ contains usage documentation for the last version of pyfakefs
23
+ supporting Python 2.7
21
24
* The [ Release 3.3 documentation] ( http://jmcgeheeiv.github.io/pyfakefs/release33 )
22
25
contains usage documentation for the last version of pyfakefs
23
26
supporting Python 2.6, and for the old-style API (which is still
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = '4.0'
69
+ version = '4.0.0 '
70
70
# The full version, including alpha/beta/rc tags.
71
- release = '4.0dev '
71
+ release = '4.0.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 116
116
117
117
__pychecker__ = 'no-reimportself'
118
118
119
- __version__ = '4.0'
119
+ __version__ = '4.0.0 '
120
120
121
121
PERM_READ = 0o400 # Read permission bit.
122
122
PERM_WRITE = 0o200 # Write permission bit.
You can’t perform that action at this time.
0 commit comments