BUMP 3.11.0rc1.dev0

This commit is contained in:
Prashant Mital 2020-07-15 11:07:23 -07:00
parent 63574b9360
commit 9b69338ef4
No known key found for this signature in database
GPG Key ID: D5A4E9E5CFB4CBD7
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
Changelog
=========
Changes in Version 3.11.0rc0
----------------------------
Changes in Version 3.11.0rc1.dev0
---------------------------------
Version 3.11 adds support for MongoDB 4.4 and includes a number of bug fixes.
Highlights include:

View File

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

View File

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