Skip to content

Commit 942a468

Browse files
authored
Merge pull request #210 from Ericgig/prepare-5.2.0
Prepare 5.2.0
2 parents 0e600ff + 6a7c6fe commit 942a468

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

_includes/old_sidebar.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.1.1</strong>:
6+
<strong>QuTiP 5.2.0</strong>:
77
<ul>
8-
<li>January 15, 2025</li>
9-
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/installation.html">install</a></li>
10-
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/">docs</a></li>
11-
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.1.1">src</a></li>
12-
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/changelog.html">changelog</a></li>
8+
<li>June 6, 2025</li>
9+
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/installation.html">install</a></li>
10+
<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.0">src</a></li>
12+
<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>:
1515
<ul>

documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ title: QuTiP Documentation
66

77
## Latest releases
88

9-
### Version 5.1.1
9+
### Version 5.2.0
1010

1111
<div class="row">
1212
<div class="col-md-3 col-md-offset-1">
1313
<img src="images/rtd.png" />
14-
<a href="https://qutip.readthedocs.io/en/qutip-5.1.x/">Read the Docs</a>
14+
<a href="https://qutip.readthedocs.io/en/qutip-5.2.x/">Read the Docs</a>
1515
</div>
1616
<div class="col-md-3 col-md-offset-1">
1717
<img src="images/pdf.png" />
18-
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.1.x/">PDF documentation</a>
18+
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.2.x/">PDF documentation</a>
1919
</div>
2020
</div>
2121

download.md

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

1818
## Latest releases
1919

20-
### Verion 5.1.1 - 15 January 2025
20+
### Version 5.2.0 - 6 June 2025
2121

22-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.1.tar.gz']); void(0);"
23-
href="https://github.com/qutip/qutip/archive/v5.1.1.tar.gz">v5.1.1.tar.gz</a>
22+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.0.tar.gz']); void(0);"
23+
href="https://github.com/qutip/qutip/archive/v5.2.0.tar.gz">v5.2.0.tar.gz</a>
2424
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.zip']); void(0);"
2525
href="https://github.com/qutip/qutip/archive/v5.1.1.zip">v5.1.1.zip</a>
2626

0 commit comments

Comments
 (0)