From 1f334891f580578d17f0bce6adf1e8f4fa0fc477 Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:05:16 +0000 Subject: [PATCH] BUMP 1.12.2rc4 Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> --- bindings/python/pymongocrypt/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pymongocrypt/version.py b/bindings/python/pymongocrypt/version.py index 2c213246f..a3ee43e0b 100644 --- a/bindings/python/pymongocrypt/version.py +++ b/bindings/python/pymongocrypt/version.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.12.2rc2" +__version__ = "1.12.2rc4" _MIN_LIBMONGOCRYPT_VERSION = "1.8.0"