Skip to content

Commit f7ee177

Browse files
committed
Release 3.7
1 parent 81d416e commit f7ee177

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the proposed changes so you can be ready.
1010
* pyfakefs 4.0 drops support for Python 2.7. If you still need
1111
Python 2.7, you can continue to use the latest pyfakefs 3.x version.
1212

13-
## Version 3.7 (as yet unreleased)
13+
## [Version 3.7](https://pypi.python.org/pypi/pyfakefs/3.7)
1414

1515
This version adds support for Python 3.8.
1616

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# The short X.Y version.
6969
version = '3.7'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '3.7dev'
71+
release = '3.7'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
'Programming Language :: Python :: 3.6',
4545
'Programming Language :: Python :: 3.7',
4646
'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',
4949
'Operating System :: POSIX',
5050
'Operating System :: MacOS',
5151
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)