Skip to content

Commit ecc4050

Browse files
committed
Update release.md and config.ts
* Updated for Feb 12th, 2026 release * Update config version to: 0.0.24457.rc36858b6
1 parent b518edf commit ecc4050

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2424

2525
:::
2626

27-
### Upcoming Release
27+
### 0.0.24457 [February 12 2025]
2828
* Support for cffi 2.x in Python Hyper API (prevents dependency resolution problems with newer Python versions)
2929

3030
### 0.0.24081 [December 11 2025]

website/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version_long = '0.0.24081.rd9c4b45a';
1+
const version_long = '0.0.24457.rc36858b6';
22
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));
33

44
const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';

0 commit comments

Comments
 (0)