Start work on 3.7.2

This commit is contained in:
Shane Harvey 2018-09-26 14:38:45 -07:00
parent 46f860c4e9
commit b601c15b13
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version_tuple = (3, 7, 1)
version_tuple = (3, 7, 2, '.dev0')
def get_version_string():
if isinstance(version_tuple[-1], str):

View File

@ -34,7 +34,7 @@ except ImportError:
except ImportError:
_HAVE_SPHINX = False
version = "3.7.1"
version = "3.7.2.dev0"
f = open("README.rst")
try: