Skip to content

Commit 808430d

Browse files
committed
Update release.md and config.ts
* Updated for Apr 17th, 2026 release * Update config version to: 0.0.25080.r2bfd835b
1 parent 6542a25 commit 808430d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

website/docs/releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ 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.25080 [April 17 2026]
28+
* Performance improvements and defect fixes
2829

2930
### 0.0.24457 [February 12 2026]
3031
* Support for C Foreign Function Interface (CFFI) 2.x in Python Hyper API (prevents dependency resolution problems with newer Python versions)

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.24457.rc36858b6';
1+
const version_long = '0.0.25080.r2bfd835b';
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)