Skip to content

Commit

Permalink
v0.33.0 (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Lehtinen authored Apr 12, 2021
1 parent 92e2ef5 commit ac926d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
0.33.0 (2021-04-12)
-------------------

- Add `batch_wait_limit_seconds` option to every tap/target combination
- Bump `pipelinewise-target-snowflake` from `1.11.1` to `1.12.0`
- Add `batch_wait_limit_seconds` option
- Bump `pipelinewise-tap-mysql` from `1.4.2` to `1.4.3`
- Bump a few vulnerable and security outdated packages

0.32.1 (2021-03-26)
-------------------

- Bump `pipelinewsie-target-snowflake` from `1.11.0` to `1.11.1`
- Bump `pipelinewise-target-snowflake` from `1.11.0` to `1.11.1`

0.32.0 (2021-03-22)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setup(app):
project = 'PipelineWise'
copyright = f'{datetime.datetime.now().year}, Wise Ltd.'
author = 'Wise'
version = '0.32.1'
version = '0.33.0'


# -- General configuration ---------------------------------------------------
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 @@
LONG_DESCRIPTION = f.read()

setup(name='pipelinewise',
version='0.32.1',
version='0.33.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ac926d7

Please sign in to comment.