Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelquin committed Nov 9, 2020
1 parent 998bb08 commit f7a1c3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## istacpy 0.4.0 (2020-11-09)

- Refactor functions.
- Improve makefile.
- Restructure documentation.
- Add tests.
- Add coverage.
- Fix code to pass Flake8.
- Add changelog.
- Add logo.
- Improve README.

## istacpy 0.3.0 (2020-04-24)

- Fix parameters on some indicators functions.
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.3',
version='0.4.0',
packages=find_packages(exclude=('tests',)),
url='https://www.gobiernodecanarias.org/istac/api/',
license='gpl-3.0',
Expand Down

0 comments on commit f7a1c3b

Please sign in to comment.