Skip to content

Commit fa86a11

Browse files
BUMP 3.12.0b1.dev0 (#587)
1 parent 0729a1c commit fa86a11

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.12.0b0
5-
---------------------------
4+
Changes in Version 3.12.0
5+
-------------------------
66

77
.. warning:: PyMongo 3.12.0 deprecates support for Python 2.7, 3.4 and 3.5.
88
These Python versions will not be supported by PyMongo 4.

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, 12, 0, 'b0')
77+
version_tuple = (3, 12, 0, 'b1.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.12.0b0"
42+
version = "3.12.0b1.dev0"
4343

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

0 commit comments

Comments
 (0)