File tree 3 files changed +15
-4
lines changed 3 files changed +15
-4
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.0.2](https://pypi.python.org/pypi/pyfakefs/4.0.2)
5
+
6
+ This as a patch release that only builds for Python 3. Note that
7
+ versions 4.0.0 and 4.0.1 will be removed from PyPi to not to be able to
8
+ install them under Python 2.
9
+
10
+ #### Fixes
11
+ * Do not build for Python 2 (see [#524](../../issues/524))
12
+
13
+ ## [Version 4.0.1](https://pypi.python.org/pypi/pyfakefs/4.0.1)
14
+
15
+ This as a bug fix release for a regression bug.
5
16
6
17
#### Fixes
7
18
* Avoid exception if using `flask-restx` (see [#523](../../issues/523))
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.1 '
69
+ version = '4.0.2 '
70
70
# The full version, including alpha/beta/rc tags.
71
- release = '4.1dev '
71
+ release = '4.0.2 '
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.1dev '
119
+ __version__ = '4.0.2 '
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