Skip to content

Commit d747a72

Browse files
authored
(DOCSP-14335) Update Spark release versions (#59)
1 parent d87e239 commit d747a72

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
}
6363

6464
source_constants = {
65-
'current-version': '3.0.0',
66-
'spark-core-version': '3.0.0',
67-
'spark-sql-version': '3.0.0'
65+
'current-version': '3.0.1',
66+
'spark-core-version': '3.0.1',
67+
'spark-sql-version': '3.0.1'
6868
}
6969

7070
intersphinx_mapping = {}

snooty.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ intersphinx = ["https://docs.mongodb.com/manual/objects.inv"]
66
toc_landing_pages = ["/java-api", "/python-api", "/scala-api", "/r-api"]
77

88
[constants]
9-
current-version = "3.0.0"
10-
spark-core-version = "3.0.0"
11-
spark-sql-version = "3.0.0"
9+
current-version = "3.0.1"
10+
spark-core-version = "3.0.1"
11+
spark-sql-version = "3.0.1"
1212

1313
[substitutions]
1414
copy = "unicode:: U+000A9"
1515
ent-build = "MongoDB Enterprise"
16-
hardlink = "http://docs.mongodb.com/docs-spark-connector"
16+
hardlink = "http://docs.mongodb.com/docs-spark-connector"

source/index.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,19 @@ versions of Apache Spark and MongoDB:
2828
- **3.0.x**
2929
- **2.6 or later**
3030

31-
* - 2.3.4
31+
* - 2.4.3
32+
- 2.4.x
33+
- 2.6 or later
34+
35+
* - 2.3.5
3236
- 2.3.x
3337
- 2.6 or later
3438

35-
* - 2.2.8
39+
* - 2.2.9
3640
- 2.2.x
3741
- 2.6 or later
3842

39-
* - 2.1.7
43+
* - 2.1.8
4044
- 2.1.x
4145
- 2.6 or later
4246

@@ -106,4 +110,4 @@ versions of Apache Spark and MongoDB:
106110
r-api
107111
faq
108112
release-notes
109-
API Docs <https://www.javadoc.io/doc/org.mongodb.spark/mongo-spark-connector_2.11/{+current-version+}>
113+
API Docs <https://www.javadoc.io/doc/org.mongodb.spark/mongo-spark-connector_2.11/{+current-version+}>

0 commit comments

Comments
 (0)