From b7065d53443c4c97510bcb8fcbbe041171b16da4 Mon Sep 17 00:00:00 2001 From: Stephanie <52582720+stephmarie17@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:00:51 -0700 Subject: [PATCH] DOCSP-50677 v4.13.1 Patch Release (#271) (cherry picked from commit 08999d8207c6485343676e8330cef437c1ea1814) --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 0fff7525..9f028c23 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+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.) +patch-version-number = "{+version-number+}.1" # 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/"