Skip to content

Commit bd68273

Browse files
authored
Merge pull request #199 from Ericgig/release-5.0.4
Update links for qutip 5.0.4's release
2 parents 967c9b3 + 9fd1327 commit bd68273

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

_includes/sidebar.html

Lines changed: 2 additions & 2 deletions
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.0.3</strong>:
7+
<strong>QuTiP 5.0.4</strong>:
88
<ul>
99
<li>June 28, 2024</li>
1010
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/installation.html">install</a></li>
1111
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/">docs</a></li>
12-
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.0.3">src</a></li>
12+
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.0.4">src</a></li>
1313
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/changelog.html">changelog</a></li>
1414
</ul>
1515
<strong>QuTiP 4.7.5</strong>:

documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: QuTiP Documentation
66

77
## Latest releases
88

9-
### Version 5.0.3
9+
### Version 5.0.4
1010

1111
<div class="row">
1212
<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-
### Verion 5.0.3 - 28 June 2024
20+
### Verion 5.0.4 - 3 September 2024
2121

22-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.3.tar.gz']); void(0);"
23-
href="https://github.com/qutip/qutip/archive/v5.0.3.tar.gz">v5.0.3.tar.gz</a>
24-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.2.zip']); void(0);"
25-
href="https://github.com/qutip/qutip/archive/v5.0.3.zip">v5.0.3.zip</a>
22+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.4.tar.gz']); void(0);"
23+
href="https://github.com/qutip/qutip/archive/v5.0.4.tar.gz">v5.0.4.tar.gz</a>
24+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.4.zip']); void(0);"
25+
href="https://github.com/qutip/qutip/archive/v5.0.4.zip">v5.0.4.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.0.3 - 28 June 2024
39+
40+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.3.tar.gz']); void(0);"
41+
href="https://github.com/qutip/qutip/archive/v5.0.3.tar.gz">v5.0.3.tar.gz</a>
42+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.3.zip']); void(0);"
43+
href="https://github.com/qutip/qutip/archive/v5.0.3.zip">v5.0.3.zip</a>
44+
3845
### Verion 5.0.2 - 17 May 2024
3946

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

0 commit comments

Comments
 (0)