BUMP 3.12.4.dev0

This commit is contained in:
Shane Harvey 2021-12-07 11:44:32 -08:00
parent 0fe4ba7f0b
commit 14329acee4
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, 3)
version_tuple = (3, 12, 4, '.dev0')
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.3"
version = "3.12.4.dev0"
f = open("README.rst")
try: