Skip to content

Commit 253b849

Browse files
committed
Update download page for version 1.37
1 parent 75dcf8d commit 253b849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

download.shtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: QuantLib Download Page
44
---
55

66
<h1 class="center">Download QuantLib</h1>
7-
<p>The latest QuantLib release is version 1.36 (October 14th, 2024).</p>
7+
<p>The latest QuantLib release is version 1.37 (January 21st, 2025).</p>
88
<p>Source packages for <b>all platforms</b>
99
are available from GitHub in both zip and tar.gz format
1010
for <a href="https://github.com/lballabio/QuantLib/releases/latest">QuantLib</a>
@@ -31,7 +31,7 @@ download link above.</p>
3131
<h2 class="center">QuantLib in Python</h2>
3232
<p>Wheels are available for all common platforms and a few less common ones. To install QuantLib in your (virtual) environment, run:</p>
3333
<pre>
34-
pip install QuantLib==1.36
34+
pip install QuantLib==1.37
3535
</pre>
3636
<p>and add</p>
3737
<pre>
@@ -46,7 +46,7 @@ not guaranteed to work on all Linux distributions; we'd be grateful
4646
for any reports, either of successes or failures. To add QuantLib to
4747
your projects, run:</p>
4848
<pre>
49-
dotnet add package QuantLib --version 1.36.0
49+
dotnet add package QuantLib --version 1.37.0
5050
</pre>
5151
<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>
5252
<pre>

0 commit comments

Comments
 (0)