Skip to content

Commit ac29bd4

Browse files
authored
Merge pull request #202 from Ericgig/prepare-5.1.1
Update links for qutip-5.1.1
2 parents bf868ee + fff0ac0 commit ac29bd4

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

_includes/sidebar.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<div class="panel panel-default">
55
<div class="panel-heading">Latest releases</div>
66
<div class="panel-body">
7-
<strong>QuTiP 5.1.0</strong>:
7+
<strong>QuTiP 5.1.1</strong>:
88
<ul>
9-
<li>December 19, 2024</li>
9+
<li>January 15, 2025</li>
1010
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/installation.html">install</a></li>
1111
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/">docs</a></li>
12-
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.1.0">src</a></li>
12+
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.1.1">src</a></li>
1313
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/changelog.html">changelog</a></li>
1414
</ul>
1515
<strong>QuTiP 4.7.5</strong>:

documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: QuTiP Documentation
66

77
## Latest releases
88

9-
### Version 5.1.0
9+
### Version 5.1.1
1010

1111
<div class="row">
1212
<div class="col-md-3 col-md-offset-1">

download.md

+11-4
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-
### Verion 5.1.0 - 19 December 2024
20+
### Verion 5.1.1 - 15 January 2025
2121

22-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.tar.gz']); void(0);"
23-
href="https://github.com/qutip/qutip/archive/v5.1.0.tar.gz">v5.1.0.tar.gz</a>
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>
2424
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.zip']); void(0);"
25-
href="https://github.com/qutip/qutip/archive/v5.1.0.zip">v5.1.0.zip</a>
25+
href="https://github.com/qutip/qutip/archive/v5.1.1.zip">v5.1.1.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+
### Verion 5.1.0 - 19 December 2024
39+
40+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.tar.gz']); void(0);"
41+
href="https://github.com/qutip/qutip/archive/v5.1.0.tar.gz">v5.1.0.tar.gz</a>
42+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.zip']); void(0);"
43+
href="https://github.com/qutip/qutip/archive/v5.1.0.zip">v5.1.0.zip</a>
44+
3845
### Verion 5.0.4 - 3 September 2024
3946

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

0 commit comments

Comments
 (0)