Skip to content

Commit

Permalink
update version information for 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd committed Dec 2, 2020
1 parent 6745ceb commit 63efc43
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ you received in the NEST sources.

Please cite NEST if you use it in your work.

If you use NEST 2.20.1, please cite it as **Fardet, Tanguy et al. (2020)
NEST 2.20.1. Zenodo. 10.5281/zenodo.4018718**. The full citation is available
in different formats on [Zenodo](https://doi.org/10.5281/zenodo.4018718).

If you use NEST 2.20.0, please cite it as **Fardet, Tanguy et al. (2020)
NEST 2.20.0. Zenodo. 10.5281/zenodo.3605514**. The full citation is available
in different formats on [Zenodo](https://doi.org/10.5281/zenodo.3605514).
Expand Down
4 changes: 2 additions & 2 deletions cmake/NestVersionInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# NEST_VERSION_STRING, the full NEST version string
#
# In release branches, the string "UNKNOWN" below has to be replaced
# with the proper version (e.g. "nest-2.20.0") in order to get the
# with the proper version (e.g. "nest-2.20.1") in order to get the
# correct version number if building from tarballs.


Expand Down Expand Up @@ -58,7 +58,7 @@ macro(get_version_info)
endif()

if (NOT NEST_VERSION_BRANCH)
set(NEST_VERSION_BRANCH "nest-2.20.0")
set(NEST_VERSION_BRANCH "nest-2.20.1")
endif()

string(SUBSTRING "${NEST_VERSION_BRANCH}" 0 5 isRelease)
Expand Down
4 changes: 3 additions & 1 deletion doc/citing-nest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ For the full citation and additional formats follow the doi Zenodo link.

Cite the version you used in your work:

Fardet, Tanguy et al. (2019). **NEST 2.20.0** Zenodo. https://doi.org/10.5281/zenodo.3605514
Fardet, Tanguy et al. (2020). **NEST 2.20.1** Zenodo. https://doi.org/10.5281/zenodo.4018718

Fardet, Tanguy et al. (2020). **NEST 2.20.0** Zenodo. https://doi.org/10.5281/zenodo.3605514

Jordan, Jakob et al. (2019). **NEST 2.18.0** Zenodo. https://doi.org/10.5281/zenodo.2605422

Expand Down
2 changes: 1 addition & 1 deletion doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Download NEST

For standard situations where you just want to use but not modify
NEST, you don't have to download the source code.

Distribution packages ease the installation on Debian/Ubuntu,
Fedora, macOS and Conda.

Expand Down
2 changes: 1 addition & 1 deletion doc/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ these instructions.**

.. tab:: Ubuntu/Debian

Download the source code for the `current release <https://github.com/nest/nest-simulator/archive/v2.20.0.tar.gz>`_.
Download the source code for the `current release <https://github.com/nest/nest-simulator/archive/v2.20.1.tar.gz>`_.

Follow instructions for :doc:`linux_install` and take a look at our :doc:`install_options`.

Expand Down

0 comments on commit 63efc43

Please sign in to comment.