Skip to content

Commit 4f3f137

Browse files
committed
Bump version
1 parent 54ffcac commit 4f3f137

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.2 (2021-03-17)
6+
7+
- Change license to AGPL-3.0.
8+
59
## istacpy 0.6.1 (2021-03-08)
610

711
- Fix error handling.

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.6.1',
8+
version='0.6.2',
99
packages=find_packages(exclude=('tests',)),
1010
url='https://www.gobiernodecanarias.org/istac/api/',
1111
license='gpl-3.0',

0 commit comments

Comments
 (0)