BUMP 4.0.dev0

This commit is contained in:
Shane Harvey 2020-11-20 10:27:14 -08:00
parent 1d651b9be8
commit ce40d1191e
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
Changelog
=========
Changes in Version 4.0
----------------------
Issues Resolved
...............
See the `PyMongo 4.0 release notes in JIRA`_ for the list of resolved issues
in this release.
.. _PyMongo 4.0 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=18463
Changes in Version 3.11.1
-------------------------

View File

@ -74,7 +74,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version_tuple = (3, 11, 1)
version_tuple = (4, 0, '.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.1"
version = "4.0.dev0"
f = open("README.rst")
try: