Skip to content

Commit fb1da55

Browse files
author
C.A.P. Linssen
committed
update version number after release
1 parent e9dc39d commit fb1da55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
},
3333
"continuousIntegration": "https://github.com/nest/ode-toolbox/",
3434
"issueTracker": "https://github.com/nest/ode-toolbox/issues",
35-
"version": "2.5.12"
35+
"version": "2.5.12-post-dev"
3636
}

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ If you use ODE-toolbox in your work, please cite it depending on the version you
611611
612612
For version 2.5.12:
613613
614-
.. [1] Charl Linssen, Shraddha Jain, Pooja N. Babu, Abigail Morrison and Jochen M. Eppler (2026) **ODE-toolbox: Automatic selection and generation of integration schemes for systems of ordinary differential equations.** Zenodo. `doi:10.5281/zenodo.18341161 <10.5281/zenodo.18341161>`__.
614+
.. [1] Charl Linssen, Shraddha Jain, Pooja N. Babu, Abigail Morrison and Jochen M. Eppler (2026) **ODE-toolbox: Automatic selection and generation of integration schemes for systems of ordinary differential equations.** Zenodo. `doi:10.5281/zenodo.18341252 <https://doi.org/10.5281/zenodo.18341252>`__.
615615
616616
For version 2.5.11:
617617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
In addition to continuous dynamics, discrete events can be used to model instantaneous changes in system state, such as a neuronal action potential. These can be generated by the system under test as well as applied as external stimuli, making ODE-toolbox particularly well-suited for applications in computational neuroscience."""
2828

2929
setup(name="odetoolbox",
30-
version="2.5.12",
30+
version="2.5.12-post-dev",
3131
author="The NEST Initiative",
3232
classifiers=['Development Status :: 4 - Beta',
3333
'Environment :: Console',

0 commit comments

Comments
 (0)