Skip to content

Commit 80934fb

Browse files
authored
Catch up versions table through 2023.2
1 parent babf380 commit 80934fb

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/versions.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server = TSC.Server('http://SERVER_URL')
2323
print(server.version)
2424
```
2525

26-
For example, the code might display version `3.10`.
26+
For example, the code might display version `3.17`.
2727

2828
## Use the REST API version supported by the server
2929

@@ -56,7 +56,7 @@ To use a specific version of the REST API, set the version like so:
5656
import tableauserverclient as TSC
5757

5858
server = TSC.Server('http://SERVER_URL')
59-
server.version = '3.6'
59+
server.version = '3.17'
6060

6161
```
6262

@@ -66,6 +66,10 @@ The current version of TSC only supports the following REST API and Tableau Serv
6666

6767
|REST API version|Tableau Server version|
6868
|---|---|
69+
|3.20|2023.2|
70+
|3.19|2023.1|
71+
|3.18|2022.4|
72+
|3.17|2022.3|
6973
|3.16|2022.2|
7074
|3.15|2022.1|
7175
|3.14|2021.4|
@@ -90,4 +94,4 @@ The current version of TSC only supports the following REST API and Tableau Serv
9094
|2.4|10.1|
9195
|2.3|10.0|
9296

93-
Note that Tableau provides support and security updates for each version of the product for thirty (30) months after release. Review the Supported Versions table on the [Technical Support Programs page](https://www.tableau.com/support/services) for details.
97+
Note that Tableau provides support and security updates for each version of the product for a specific period of time. Review the Supported Versions table on the [Technical Support Programs page](https://www.tableau.com/support/services) for details.

0 commit comments

Comments
 (0)