Skip to content

Commit

Permalink
Update download page
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jan 22, 2024
1 parent 32d9e28 commit f06b350
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.32 (October 20th, 2023).</p>
<p>The latest QuantLib release is version 1.33 (January 22nd, 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.32
pip install QuantLib==1.33
</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.32.0
dotnet add package QuantLib --version 1.33.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 f06b350

Please sign in to comment.