From 18be45948b8304340c2b47b5076c060d91c8c5fe Mon Sep 17 00:00:00 2001 From: Sam Vente Date: Thu, 16 Nov 2023 15:05:15 +0100 Subject: [PATCH] update version for release --- docs/_static/switcher.json | 12 ++++++++++++ docs/conf.py | 2 +- hydromt/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 79df63741..963ea19c4 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -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", diff --git a/docs/conf.py b/docs/conf.py index bdde60eeb..82864164d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), diff --git a/hydromt/__init__.py b/hydromt/__init__.py index 391dcc3ea..72c0ef20b 100644 --- a/hydromt/__init__.py +++ b/hydromt/__init__.py @@ -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