diff --git a/docs/changelog.rst b/docs/changelog.rst index f3a1f68..6c67dbc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +v0.5.0 +------ + +Improvements +~~~~~~~~~~~~ + +- Awesome Spectral Indices list upgraded to v0.5.0. +- Fixed heatmap plot `(#18) `_. +- Pinned latest versions: :code:`dask>=2023.7.0`, :code:`pandas>=2.0.3`, :code:`xarray>=2023.6.0`. + v0.4.0 ------ diff --git a/docs/conf.py b/docs/conf.py index ec5d802..2938ba9 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.4.0" +release = "0.5.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c4eefcd..afc740f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(filename): setup( name="spyndex", - version="0.4.0", + version="0.5.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 4fb1664..cb5f0bf 100644 --- a/spyndex/__init__.py +++ b/spyndex/__init__.py @@ -1,6 +1,6 @@ """spyndex - Awesome Spectral Indices in Python""" -__version__ = "0.4.0" +__version__ = "0.5.0" __author__ = "David Montero Loaiza " __all__ = []