We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7639bbe commit 0dcbc88Copy full SHA for 0dcbc88
snooty.toml
@@ -32,7 +32,7 @@ mongo-community = "MongoDB Community Edition"
32
mongo-enterprise = "MongoDB Enterprise Edition"
33
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
34
version-number = "4.13"
35
-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.)
36
version = "v{+version-number+}"
37
stable-api = "Stable API"
38
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"
0 commit comments