Skip to content

Commit

Permalink
Updated CHANGELOG and setup.py for the release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Jan 25, 2021
1 parent c0236de commit d2cf25d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Changelog

## [0.1.2] - 2021-01-25
- New sgs module downloads time series from SGS BACEN's site
- Notebooks created to show a few examples
- Date class moved to utils module

## [0.1.1] - 2021-01-16

- Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='python-bcb',
version='0.1.1',
version='0.1.2',
packages=setuptools.find_packages(),
author='Wilson Freitas',
author_email='wilson.freitas@gmail.com',
Expand Down

0 comments on commit d2cf25d

Please sign in to comment.