Skip to content

Commit 36eac51

Browse files
authored
v4.7 (#87)
1 parent bbe7469 commit 36eac51

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/languages/python/drivers/pymongo
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 master
3+
define: versions v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ driver-long = "PyMongo, the MongoDB synchronous Python driver,"
2727
language = "Python"
2828
mongo-community = "MongoDB Community Edition"
2929
mongo-enterprise = "MongoDB Enterprise Edition"
30-
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
31-
version-number = "4.6"
32-
patch-version-number = "{+version-number+}.1" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
30+
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
31+
version-number = "4.7"
32+
patch-version-number = "{+version-number+}.1" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
3333
version = "v{+version-number+}"
34-
example = "https://raw.githubusercontent.com/mongodb/docs-pymongo/{+docs-branch+}/source/includes/code-examples"
3534
stable-api = "Stable API"
3635
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"
3736
string-data-type = "``str``"

0 commit comments

Comments
 (0)