Skip to content

Commit 923e83c

Browse files
committed
BUMP 3.11.0b1.dev0
1 parent 5ec01ca commit 923e83c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/changelog.rst

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

4-
Changes in Version 3.11.0b0
5-
---------------------------
4+
Changes in Version 3.11.0b1.dev0
5+
--------------------------------
66

77
Version 3.11 adds support for MongoDB 4.4. Highlights include:
88

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
ALL = 2
6565
"""Profile all operations."""
6666

67-
version_tuple = (3, 11, 0, 'b0')
67+
version_tuple = (3, 11, 0, 'b1.dev0')
6868

6969
def get_version_string():
7070
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.0b0"
42+
version = "3.11.0b1.dev0"
4343

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

0 commit comments

Comments
 (0)