diff --git a/docs/changelog.rst b/docs/changelog.rst index 6c67dbc..f4088be 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +v0.6.0 +------ + +Improvements +~~~~~~~~~~~~ + +- Awesome Spectral Indices list upgraded to v0.6.0. + v0.5.0 ------ diff --git a/docs/conf.py b/docs/conf.py index 2938ba9..e0d5133 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "David Montero Loaiza" # The full version, including alpha/beta/rc tags -release = "0.5.0" +release = "0.6.0" # -- General configuration --------------------------------------------------- diff --git a/docs/tutorials/xcube.ipynb b/docs/tutorials/xcube.ipynb index 44055bc..bc31e9e 100644 --- a/docs/tutorials/xcube.ipynb +++ b/docs/tutorials/xcube.ipynb @@ -2564,7 +2564,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Here begins the second part namely the calculation of the spectral indices. \n", + "Here begins the second part namely the calculation of the spectral indices! \n", "\n", "Firstly, we filter the dataset where no data is available or where observation is saturated or defective. " ] diff --git a/setup.py b/setup.py index afc740f..2030614 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(filename): setup( name="spyndex", - version="0.5.0", + version="0.6.0", url="https://github.com/awesome-spectral-indices/spyndex", license="MIT", author="David Montero Loaiza", diff --git a/spyndex/__init__.py b/spyndex/__init__.py index cb5f0bf..7149aa4 100644 --- a/spyndex/__init__.py +++ b/spyndex/__init__.py @@ -1,6 +1,6 @@ """spyndex - Awesome Spectral Indices in Python""" -__version__ = "0.5.0" +__version__ = "0.6.0" __author__ = "David Montero Loaiza " __all__ = []