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 be86fc6 commit cacc213Copy full SHA for cacc213
CHANGELOG.md
@@ -2,9 +2,9 @@
2
3
Versions follow [Semantic Versioning](https://semver.org/) (`<major>.<minor>.<patch>`).
4
5
-## Unreleased
+## Version 0.6.3
6
7
-Released XXXX-XX-XX
+Released 2021-04-07
8
9
- Reformat CHANGELOG.
10
- Fix minor issues on documentation.
setup.py
@@ -5,7 +5,7 @@
setup(
name='istacpy',
- version='0.6.2',
+ version='0.6.3',
packages=find_packages(exclude=('tests',)),
url='https://www.gobiernodecanarias.org/istac/api/',
11
license='gpl-3.0',
0 commit comments