From 9dfa724350f5017c2d44fd93dc22479a10e3bc42 Mon Sep 17 00:00:00 2001 From: David Montero Loaiza <49817852+davemlz@users.noreply.github.com> Date: Sun, 16 Jan 2022 22:44:56 +0100 Subject: [PATCH] DOCS: Changelog updated --- docs/changelog.rst | 13 +++++++++++++ docs/conf.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c30423a..2e474e1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,19 @@ Changelog ============ +v0.0.4 +------ + +New Features +~~~~~~~~~~~~ + +- The :code:`PAR` parameter was added to :code:`describeParameters`. + +Improvements +~~~~~~~~~~~~ + +- The `Awesome Spectral Indices `_ list was upgraded to v0.0.4. + v0.0.3 ------ diff --git a/docs/conf.py b/docs/conf.py index f0feb5b..0c507b6 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'David Montero Loaiza' # The full version, including alpha/beta/rc tags -release = '0.0.1' +release = '0.0.4' # -- General configuration ---------------------------------------------------