Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Nov 16, 2023
1 parent 723ca86 commit 18be459
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
"version":"0.8.0",
"url":"https://deltares.github.io/hydromt/v0.8.0/"

},
{
"name":"v0.9.0",
"version":"0.9.0",
"url":"https://deltares.github.io/hydromt/v0.9.0/"

},
{
"name":"v0.9.1",
"version":"0.9.1",
"url":"https://deltares.github.io/hydromt/v0.9.1/"

},
{
"name":"latest",
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def clean_str(s):
"python": ("https://docs.python.org/3/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
# "numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
# "scipy": ("https://docs.scipy.org/doc/scipy", None),
# "numba": ("https://numba.pydata.org/numba-doc/latest", None),
# "matplotlib": ("https://matplotlib.org/stable/", None),
# "dask": ("https://docs.dask.org/en/latest", None),
Expand Down
2 changes: 1 addition & 1 deletion hydromt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""HydroMT: Automated and reproducible model building and analysis."""

# version number without 'v' at start
__version__ = "0.9.1.dev"
__version__ = "0.9.1"

# pkg_resource deprication warnings originate from dependencies
# so silence them for now
Expand Down

0 comments on commit 18be459

Please sign in to comment.