Skip to content

Commit

Permalink
Merge branch 'master' of github.com:trocafone/reports
Browse files Browse the repository at this point in the history
  • Loading branch information
gseva committed Feb 15, 2019
2 parents ce4e786 + 2452fc3 commit 408a755
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

## [1.1.1]
## [1.2.0] - 2019-02-15

- Added reports from RTBHouse and Rakuten
- Added fixed columnar result
- Added a possiblity to configure Adwords and Facebook reports with relative dates.
- Added an option to refresh a Redash query before downloading
- Added a parameter/configuration to override current date.
- Updated Facebook API version to 3.1
- Updated required requests version to >= 2.21.0
- Updated required SQLAlchemy version to == 1.2.17
- Added presto optional dependency

## [1.1.1] - 2018-09-10

- Added password parameter to SFTP result
- Fixed mime_type parameter for Google Drive result
Expand Down
2 changes: 1 addition & 1 deletion laika/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

__version__ = '1.1.1'
__version__ = '1.2.0'

from laika.reports import Config, Runner
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==6.2
pandas==0.19.2
requests==2.9.1
requests>=2.21.0
six>=1.11.0

0 comments on commit 408a755

Please sign in to comment.