Skip to content

Commit

Permalink
VERSION: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jul 11, 2023
1 parent 91088a7 commit 1c0340b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v0.5.0
------

Improvements
~~~~~~~~~~~~

- Awesome Spectral Indices list upgraded to v0.5.0.
- Fixed heatmap plot `(#18) <https://github.com/awesome-spectral-indices/spyndex/issues/18>`_.
- Pinned latest versions: :code:`dask>=2023.7.0`, :code:`pandas>=2.0.3`, :code:`xarray>=2023.6.0`.

v0.4.0
------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion spyndex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""spyndex - Awesome Spectral Indices in Python"""

__version__ = "0.4.0"
__version__ = "0.5.0"
__author__ = "David Montero Loaiza <dml.mont@gmail.com>"
__all__ = []

Expand Down

0 comments on commit 1c0340b

Please sign in to comment.