Skip to content

Commit ce40d11

Browse files
committed
BUMP 4.0.dev0
1 parent 1d651b9 commit ce40d11

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

doc/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

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+
415
Changes in Version 3.11.1
516
-------------------------
617

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
ALL = 2
7575
"""Profile all operations."""
7676

77-
version_tuple = (3, 11, 1)
77+
version_tuple = (4, 0, '.dev0')
7878

7979
def get_version_string():
8080
if isinstance(version_tuple[-1], str):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
except ImportError:
4040
_HAVE_SPHINX = False
4141

42-
version = "3.11.1"
42+
version = "4.0.dev0"
4343

4444
f = open("README.rst")
4545
try:

0 commit comments

Comments
 (0)