From a1e919e72c7d2cd3d14d5e12893ab80b53c6a858 Mon Sep 17 00:00:00 2001 From: Prashant Mital Date: Mon, 16 Nov 2020 18:16:28 -0800 Subject: [PATCH 1/2] BUMP 3.12.0.dev0 --- doc/changelog.rst | 4 ++++ pymongo/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 5d37295825..ae2b88bc86 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +Changes in Version 3.12.0.dev0 +------------------------------ + + Changes in Version 3.11.1 ------------------------- diff --git a/pymongo/__init__.py b/pymongo/__init__.py index 399e6ba22e..71e5da6947 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -74,7 +74,7 @@ ALL = 2 """Profile all operations.""" -version_tuple = (3, 11, 1) +version_tuple = (3, 12, 0, 'dev0') def get_version_string(): if isinstance(version_tuple[-1], str): diff --git a/setup.py b/setup.py index 3bfcb15074..8fc39d5981 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ except ImportError: _HAVE_SPHINX = False -version = "3.11.1" +version = "3.12.0.dev0" f = open("README.rst") try: From 005289de003f409605187d0c98d6dd9dbcdda1a6 Mon Sep 17 00:00:00 2001 From: Prashant Mital Date: Wed, 18 Nov 2020 20:52:49 -0800 Subject: [PATCH 2/2] Incorporate review suggestion --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index ae2b88bc86..c970b0ff5f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Version 3.12.0.dev0 ------------------------------- +Changes in Version 3.12.0 +------------------------- Changes in Version 3.11.1