File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ the proposed changes so you can be ready.
10
10
* pyfakefs 4.0 drops support for Python 2.7. If you still need
11
11
Python 2.7, you can continue to use the latest pyfakefs 3.x version.
12
12
13
- ## Version 3.7 (as yet unreleased )
13
+ ## [ Version 3.7](https://pypi.python.org/pypi/pyfakefs/3.7 )
14
14
15
15
This version adds support for Python 3.8.
16
16
Original file line number Diff line number Diff line change 68
68
# The short X.Y version.
69
69
version = '3.7'
70
70
# The full version, including alpha/beta/rc tags.
71
- release = '3.7dev '
71
+ release = '3.7 '
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 44
44
'Programming Language :: Python :: 3.6' ,
45
45
'Programming Language :: Python :: 3.7' ,
46
46
'Programming Language :: Python :: 3.8' ,
47
- 'Programming Language :: Python:: Implementation :: CPython' ,
48
- 'Programming Language :: Python:: Implementation :: PyPy' ,
47
+ 'Programming Language :: Python :: Implementation :: CPython' ,
48
+ 'Programming Language :: Python :: Implementation :: PyPy' ,
49
49
'Operating System :: POSIX' ,
50
50
'Operating System :: MacOS' ,
51
51
'Operating System :: Microsoft :: Windows' ,
You can’t perform that action at this time.
0 commit comments