Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Jul 14, 2024
1 parent d946348 commit 52896f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/_static/version_switch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Geodels/gospl-examples>`_ which covers some of the basic functionalities of the code:
For examples using goSPL, the user is invited to download the **goSPL-examples** `repository <https://github.com/Geodels/goSPL-examples>`_ 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,
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'gospl',
'c',
version: '1.1.1',
version: '1.1.2',
meson_version: '>= 1.0',)

name = 'gospl'
Expand Down

0 comments on commit 52896f5

Please sign in to comment.