Skip to content

Commit 0c4181b

Browse files
committed
Bump version
1 parent 1eb4f52 commit 0c4181b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Versions follow [Semantic Versioning](https://semver.org/) (`<major>.<minor>.<patch>`).
44

5+
## istacpy 0.6.0 (2021-01-13)
6+
7+
- Add module `istacpy.indicators.lite`.
8+
59
## istacpy 0.5.0 (2020-12-04)
610

711
- Set new base url for API entrypoints.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='istacpy',
8-
version='0.5.0',
8+
version='0.6.0',
99
packages=find_packages(exclude=('tests',)),
1010
url='https://www.gobiernodecanarias.org/istac/api/',
1111
license='gpl-3.0',

0 commit comments

Comments
 (0)