Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelquin committed May 6, 2021
1 parent 304d4b7 commit 44379ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Versions follow [Semantic Versioning](https://semver.org/) (`<major>.<minor>.<pa

Released XXXX-XX-XX

## Version 0.7.0

- Add functions to retrieve API data from statistical queries.
- Add feature to convert statistical queries and cubes into a pandas dataframe.
- Add documentation about dataframe handling.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='istacpy',
version='0.6.6',
version='0.7.0',
packages=find_packages(exclude=('tests',)),
url='https://www.gobiernodecanarias.org/istac/api/',
license='gpl-3.0',
Expand Down

0 comments on commit 44379ff

Please sign in to comment.