Skip to content

Commit 9e14b99

Browse files
authored
MAINT: 0.4 Release (#1033)
1 parent f5ffffd commit 9e14b99

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,4 @@ JOSS](https://doi.org/10.21105/joss.05848):
118118
> Software*, 8(92), 5848, <https://doi.org/10.21105/joss.05848>
119119
120120
[Contributing Guide]: https://jonescompneurolab.github.io/hnn-core/stable/contributing.html
121-
122-
<!-- TODO: Once we have a "stable" version of the install webpage, need to update this link to it: -->
123-
[Installation Guide]: https://jonescompneurolab.github.io/hnn-core/dev/install.html
121+
[Installation Guide]: https://jonescompneurolab.github.io/hnn-core/stable/install.html

doc/_static/versions.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@
55
"url": "https://jonescompneurolab.github.io/hnn-core/dev/index.html"
66
},
77
{
8-
"name": "Stable",
8+
"name": "Stable (v0.4)",
99
"version": "stable",
1010
"url": "https://jonescompneurolab.github.io/hnn-core/stable/index.html"
1111
},
12-
{
13-
"name": "v0.4",
14-
"version": "0.4",
15-
"url": "https://jonescompneurolab.github.io/hnn-core/v0.4/index.html"
16-
},
1712
{
1813
"name": "v0.3",
1914
"version": "0.3",

hnn_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .parallel_backends import MPIBackend, JoblibBackend
99
from .batch_simulate import BatchSimulate
1010

11-
__version__ = '0.4rc4'
11+
__version__ = '0.4'

0 commit comments

Comments
 (0)