diff --git a/CHANGELOG.md b/CHANGELOG.md index e339170..cac6c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 75701a7..c60757f 100644 --- a/setup.py +++ b/setup.py @@ -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',