BUMP 3.12.0

This commit is contained in:
Shane Harvey 2021-07-13 10:46:12 -07:00
parent 6cdc6a2a89
commit 78cb0f2c1a
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ See https://docs.mongodb.com/manual/tutorial/manage-the-database-profiler
Deprecated
"""
version_tuple = (3, 12, 0, 'b2.dev0')
version_tuple = (3, 12, 0)
def get_version_string():
if isinstance(version_tuple[-1], str):

View File

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