We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4f52 commit 0c4181bCopy full SHA for 0c4181b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Versions follow [Semantic Versioning](https://semver.org/) (`<major>.<minor>.<patch>`).
4
5
+## istacpy 0.6.0 (2021-01-13)
6
+
7
+- Add module `istacpy.indicators.lite`.
8
9
## istacpy 0.5.0 (2020-12-04)
10
11
- Set new base url for API entrypoints.
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',
0 commit comments