Skip to content

Commit

Permalink
[RELEASE] v0.21.3 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Aug 19, 2020
1 parent 5554d57 commit b3281ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
0.21.3 (2020-08-19)
-------------------

- Fixed an issue when tap was not started if stream buffer size is greater than 1G

0.21.2 (2020-08-18)
-------------------

- Increase max batch_size_rows to 1000k from 500k
- Incresea max stream_buffer_size to 2500
- Increesa max stream_buffer_size to 2500

0.21.1 (2020-08-05)
-------------------
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.21.2',
version='0.21.3',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit b3281ef

Please sign in to comment.