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 54ffcac commit 4f3f137Copy full SHA for 4f3f137
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Versions follow [Semantic Versioning](https://semver.org/) (`<major>.<minor>.<patch>`).
4
5
+## istacpy 0.6.2 (2021-03-17)
6
+
7
+- Change license to AGPL-3.0.
8
9
## istacpy 0.6.1 (2021-03-08)
10
11
- Fix error handling.
setup.py
@@ -5,7 +5,7 @@
setup(
name='istacpy',
- version='0.6.1',
+ version='0.6.2',
packages=find_packages(exclude=('tests',)),
url='https://www.gobiernodecanarias.org/istac/api/',
license='gpl-3.0',
0 commit comments