Skip to content

Commit 6cadbb2

Browse files
update patch version & compats
1 parent ed72dbb commit 6cadbb2

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mongo-community = "MongoDB Community Edition"
3232
mongo-enterprise = "MongoDB Enterprise Edition"
3333
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
3434
version-number = "4.11"
35-
patch-version-number = "{+version-number+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
35+
patch-version-number = "{+version-number+}" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
3636
version = "v{+version-number+}"
3737
stable-api = "Stable API"
3838
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"

source/includes/language-compatibility-table-pymongo.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,7 @@ Python 3
3232
-
3333
-
3434

35-
* - 4.10
36-
- ✓
37-
- ✓
38-
- ✓
39-
- ✓
40-
- ✓
41-
- ✓
42-
-
43-
-
44-
-
45-
-
46-
-
47-
48-
* - 4.9
35+
* - 4.9 to 4.10
4936
- ✓
5037
- ✓
5138
- ✓

source/includes/mongodb-compatibility-table-pymongo.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,7 @@
2323
- ✓
2424
-
2525

26-
* - 4.10
27-
- ✓
28-
- ✓
29-
- ✓
30-
- ✓
31-
- ✓
32-
- ✓
33-
- ✓
34-
- ✓
35-
36-
* - 4.9
26+
* - 4.9 to 4.10
3727
- ✓
3828
- ✓
3929
- ✓

0 commit comments

Comments
 (0)