From f14766820ee54edd221f3b1252f959027a1fc0e4 Mon Sep 17 00:00:00 2001 From: Prashant Mital Date: Wed, 31 Mar 2021 15:00:55 -0500 Subject: [PATCH 1/2] BUMP 3.12.0b1.dev0 --- pymongo/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pymongo/__init__.py b/pymongo/__init__.py index e1fe385662..57639afe54 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -74,7 +74,7 @@ ALL = 2 """Profile all operations.""" -version_tuple = (3, 12, 0, 'b0') +version_tuple = (3, 12, 0, 'b1.dev0') def get_version_string(): if isinstance(version_tuple[-1], str): diff --git a/setup.py b/setup.py index 3006e520f2..70473fd9a2 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ except ImportError: _HAVE_SPHINX = False -version = "3.12.0b0" +version = "3.12.0b1.dev0" f = open("README.rst") try: From 9814032a4d7a139e7bfd87dce31a805e3418e918 Mon Sep 17 00:00:00 2001 From: Prashant Mital Date: Wed, 31 Mar 2021 16:05:38 -0500 Subject: [PATCH 2/2] changelog section title update --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 8d904466c1..e3f56633c5 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Version 3.12.0b0 ---------------------------- +Changes in Version 3.12.0 +------------------------- .. warning:: PyMongo 3.12.0 deprecates support for Python 2.7, 3.4 and 3.5. These Python versions will not be supported by PyMongo 4.