diff --git a/docs/_static/version_switch.json b/docs/_static/version_switch.json index 5d74e29..a9ce9ba 100644 --- a/docs/_static/version_switch.json +++ b/docs/_static/version_switch.json @@ -10,4 +10,10 @@ "preferred": true, "url": "https://gospl.readthedocs.io" } + { + "name": "1.1.2", + "version":"1.1.2", + "preferred": true, + "url": "https://gospl.readthedocs.io" + } ] diff --git a/docs/conf.py b/docs/conf.py index b796ef3..d2ac3ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ # release = version # The short X.Y version -version = "1.1.1" +version = "1.1.2" # The full version, including alpha/beta/rc tags release = version diff --git a/docs/user_guide/index.rst b/docs/user_guide/index.rst index d153e5b..5ec81e4 100644 --- a/docs/user_guide/index.rst +++ b/docs/user_guide/index.rst @@ -7,7 +7,7 @@ User Guide This user guide explains the different parameters available in goSPL input file. .. note:: - For examples using goSPL, the user is invited to download the **goSPL-examples** `repository `_ which covers some of the basic functionalities of the code: + For examples using goSPL, the user is invited to download the **goSPL-examples** `repository `_ which covers some of the basic functionalities of the code: - data structure used in the gospl input file, - how to generate initial conditions like topography, precipitation and tectonic maps to force a simulation, diff --git a/meson.build b/meson.build index 2a9939f..52fd009 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'gospl', 'c', - version: '1.1.1', + version: '1.1.2', meson_version: '>= 1.0',) name = 'gospl'