Skip to content

Commit 052df04

Browse files
author
Eric Giguere
committed
Update link
1 parent 98ba1c7 commit 052df04

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

_includes/old_sidebar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<div class="card" style="margin-bottom: 15px;">
44
<div class="card-header">Latest releases</div>
55
<div class="card-body">
6-
<strong>QuTiP 5.2.1</strong>:
6+
<strong>QuTiP 5.2.2</strong>:
77
<ul>
8-
<li>June 6, 2025</li>
8+
<li>November 6, 2025</li>
99
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/installation.html">install</a></li>
1010
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/">docs</a></li>
11-
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.2.1">src</a></li>
11+
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.2.2">src</a></li>
1212
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/changelog.html">changelog</a></li>
1313
</ul>
1414
<strong>QuTiP 4.7.6</strong>:

documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you are interested in contributing to QuTiP, check out the <a href="https://q
99

1010
## Latest releases
1111

12-
### Version 5.2.1
12+
### Version 5.2.2
1313

1414
<div class="row">
1515
<div class="col-md-3 col-md-offset-1">

download.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The recommended way to install QuTiP is with conda or pip, see the
1717

1818
## Latest releases
1919

20-
### Version 5.2.1 - 27 August 2025
20+
### Version 5.2.2 - 6 November 2025
2121

22-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.1.tar.gz']); void(0);"
23-
href="https://github.com/qutip/qutip/archive/v5.2.1.tar.gz">v5.2.1.tar.gz</a>
24-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.1.zip']); void(0);"
25-
href="https://github.com/qutip/qutip/archive/v5.2.1.zip">v5.2.1.zip</a>
22+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.2.tar.gz']); void(0);"
23+
href="https://github.com/qutip/qutip/archive/v5.2.2.tar.gz">v5.2.2.tar.gz</a>
24+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.2.zip']); void(0);"
25+
href="https://github.com/qutip/qutip/archive/v5.2.2.zip">v5.2.2.zip</a>
2626

2727

2828
### Version 4.7.6 - 5 April 2024
@@ -35,6 +35,13 @@ The recommended way to install QuTiP is with conda or pip, see the
3535

3636
## Recent minor releases
3737

38+
### Version 5.2.1 - 27 August 2025
39+
40+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.1.tar.gz']); void(0);"
41+
href="https://github.com/qutip/qutip/archive/v5.2.1.tar.gz">v5.2.1.tar.gz</a>
42+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.1.zip']); void(0);"
43+
href="https://github.com/qutip/qutip/archive/v5.2.1.zip">v5.2.1.zip</a>
44+
3845
### Version 5.2.0 - 6 June 2025
3946

4047
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.0.tar.gz']); void(0);"

0 commit comments

Comments
 (0)