From 2d373c3f1e0c3d2e1d0ae7ba130f3d69e36e230e Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Mon, 16 Jun 2025 16:05:21 -0400 Subject: [PATCH] DOCSP-50813: v4.13.2 patch version --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 5b549dbb..4078fc67 100644 --- a/snooty.toml +++ b/snooty.toml @@ -32,7 +32,7 @@ mongo-community = "MongoDB Community Edition" mongo-enterprise = "MongoDB Enterprise Edition" docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.) version-number = "4.13" -patch-version-number = "{+version-number+}.1" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.) +patch-version-number = "{+version-number+}.2" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.) version = "v{+version-number+}" stable-api = "Stable API" api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"