Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

:::

### 0.0.25080 [April 17 2026]
* Performance improvements and defect fixes

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

Expand Down
2 changes: 1 addition & 1 deletion website/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version_long = '0.0.24457.rc36858b6';
const version_long = '0.0.25080.r2bfd835b';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';
Expand Down
Loading