diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3b847..3768261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Versions follow [Semantic Versioning](https://semver.org/) (`..`). +## istacpy 0.6.0 (2021-01-13) + +- Add module `istacpy.indicators.lite`. + ## istacpy 0.5.0 (2020-12-04) - Set new base url for API entrypoints. diff --git a/setup.py b/setup.py index dd3995a..adb4712 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='istacpy', - version='0.5.0', + version='0.6.0', packages=find_packages(exclude=('tests',)), url='https://www.gobiernodecanarias.org/istac/api/', license='gpl-3.0',