BUMP 2.9.5

This commit is contained in:
Shane Harvey 2017-06-30 15:13:06 -07:00
parent bc868e0dc6
commit 4828e426d8
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version_tuple = (2, 9, 5, '.dev0')
version_tuple = (2, 9, 5)
def get_version_string():
if isinstance(version_tuple[-1], basestring):

View File

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