Skip to content

Commit 31949fb

Browse files
committed
BUMP 3.11 (with proper changelog title)
1 parent 316830d commit 31949fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Changes in Version 3.11.0rc1.dev0
5-
---------------------------------
4+
Changes in Version 3.11.0
5+
-------------------------
66

77
Version 3.11 adds support for MongoDB 4.4 and includes a number of bug fixes.
88
Highlights include:

pymongo/__init__.py

+1-1
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, ".dev0")
77+
version_tuple = (3, 11, 0)
7878

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

setup.py

+1-1
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.dev0"
42+
version = "3.11.0"
4343

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

0 commit comments

Comments
 (0)