Skip to content

Commit

Permalink
Merge pull request #38 from trocafone/bump-version-to-1.3.4
Browse files Browse the repository at this point in the history
Bump version to 1.3.4
  • Loading branch information
gseva authored Sep 13, 2019
2 parents 55dbe72 + 4ee0a25 commit d353cd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [1.3.4] - 2019-09-11

- FileResult now accepts extra arguments for pandas io methods
- Allow specifying plain sql queries instead of files

## [1.3.3] - 2019-08-16

- RTBHouse report now uses API instead of sdk
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'1.3.3'
release = u'1.3.4'


# -- General configuration ---------------------------------------------------
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.3.3'
__version__ = '1.3.4'

from laika.reports import Config, Runner

0 comments on commit d353cd6

Please sign in to comment.