diff --git a/download.shtml b/download.shtml index ba2fd9b0b..27d6b75ea 100644 --- a/download.shtml +++ b/download.shtml @@ -4,7 +4,7 @@ title: QuantLib Download Page ---
The latest QuantLib release is version 1.34 (April 24th, 2024).
+The latest QuantLib release is version 1.35 (July 23rd, 2024).
Source packages for all platforms are available from GitHub in both zip and tar.gz format for QuantLib @@ -31,7 +31,7 @@ download link above.
Wheels are available for all common platforms and a few less common ones. To install QuantLib in your (virtual) environment, run:
- pip install QuantLib==1.34 + pip install QuantLib==1.35
and add
@@ -46,7 +46,7 @@ not guaranteed to work on all Linux distributions; we'd be grateful for any reports, either of successes or failures. To add QuantLib to your projects, run:- dotnet add package QuantLib --version 1.34.0 + dotnet add package QuantLib --version 1.35.0or use any of the other methods listed on the NuGet page, and add