BUMP 4.0.dev0
This commit is contained in:
parent
1d651b9be8
commit
ce40d1191e
@ -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
|
||||
-------------------------
|
||||
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user