File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Changes in Version 4.0
5
+ ----------------------
6
+
7
+ Issues Resolved
8
+ ...............
9
+
10
+ See the `PyMongo 4.0 release notes in JIRA `_ for the list of resolved issues
11
+ in this release.
12
+
13
+ .. _PyMongo 4.0 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=18463
14
+
4
15
Changes in Version 3.11.1
5
16
-------------------------
6
17
Original file line number Diff line number Diff line change 74
74
ALL = 2
75
75
"""Profile all operations."""
76
76
77
- version_tuple = (3 , 11 , 1 )
77
+ version_tuple = (4 , 0 , '.dev0' )
78
78
79
79
def get_version_string ():
80
80
if isinstance (version_tuple [- 1 ], str ):
Original file line number Diff line number Diff line change 39
39
except ImportError :
40
40
_HAVE_SPHINX = False
41
41
42
- version = "3.11.1 "
42
+ version = "4.0.dev0 "
43
43
44
44
f = open ("README.rst" )
45
45
try :
You can’t perform that action at this time.
0 commit comments