BUMP 3.4.0

This commit is contained in:
Bernie Hackett 2016-11-29 09:37:50 -08:00
parent 3d43b0352a
commit f2aff0fd14
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -31,7 +31,7 @@ try:
except ImportError:
_HAVE_SPHINX = False
version = "3.4rc1.dev0"
version = "3.4.0"
f = open("README.rst")
try: