diff --git a/serenata_toolbox/datasets/downloader.py b/serenata_toolbox/datasets/downloader.py index 6b39ee4..8941396 100644 --- a/serenata_toolbox/datasets/downloader.py +++ b/serenata_toolbox/datasets/downloader.py @@ -39,13 +39,13 @@ class Downloader: '2017-05-29-presences.xz', '2017-05-29-sessions.xz', '2017-05-29-speeches.xz', - '2017-06-11-congresspeople-social-accounts.xz', '2017-06-17-official-missions.xz', '2017-07-04-reimbursements.xz', '2017-07-20-tse-candidates.xz', '2017-11-30-donations-candidates.xz', '2017-11-30-donations-committees.xz', '2017-11-30-donations-parties.xz', + '2018-02-05-congresspeople-social-accounts.xz', ) def __init__(self, target, **kwargs): diff --git a/setup.py b/setup.py index 0f751de..cd12005 100644 --- a/setup.py +++ b/setup.py @@ -35,5 +35,5 @@ 'serenata_toolbox.datasets' ], url=REPO_URL, - version='12.4.3' + version='12.4.4' )