Skip to content

Commit

Permalink
Update download page for version 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 23, 2024
1 parent 0c8152a commit 26af348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions download.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: QuantLib Download Page
---

<h1 class="center">Download QuantLib</h1>
<p>The latest QuantLib release is version 1.34 (April 24th, 2024).</p>
<p>The latest QuantLib release is version 1.35 (July 23rd, 2024).</p>
<p>Source packages for <b>all platforms</b>
are available from GitHub in both zip and tar.gz format
for <a href="https://github.com/lballabio/QuantLib/releases/latest">QuantLib</a>
Expand All @@ -31,7 +31,7 @@ download link above.</p>
<h2 class="center">QuantLib in Python</h2>
<p>Wheels are available for all common platforms and a few less common ones. To install QuantLib in your (virtual) environment, run:</p>
<pre>
pip install QuantLib==1.34
pip install QuantLib==1.35
</pre>
<p>and add</p>
<pre>
Expand All @@ -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:</p>
<pre>
dotnet add package QuantLib --version 1.34.0
dotnet add package QuantLib --version 1.35.0
</pre>
<p>or use any of the other methods listed <a href="https://www.nuget.org/packages/QuantLib/">on the NuGet page</a>, and add</p>
<pre>
Expand Down

0 comments on commit 26af348

Please sign in to comment.