diff --git a/website/docs/releases.md b/website/docs/releases.md index f5a6a4e..8cf54ff 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -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) diff --git a/website/src/config.ts b/website/src/config.ts index 1e20e31..523d9e5 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -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/';