From 94a9a8a733e34e1281733bd1564bd8e7e358c5a9 Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Wed, 11 Jun 2025 14:44:39 -0700 Subject: [PATCH] bump version --- 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/"