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 ---------------------------------------------------