Skip to content

Commit

Permalink
release 0.48.6 (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar authored Oct 6, 2022
1 parent a0face9 commit ae66ac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.48.6 (2022-10-06)
-------------------

- Bump `joblib` from `1.1.0` to `1.2.0`
- Bugfix for closing `MySQL`/`MariaDB` conenctions in `FastSync`
- Removing `FastSync` from `s3-csv` and using only `singer`

0.48.5 (2022-09-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
version='0.48.5',
version='0.48.6',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ae66ac9

Please sign in to comment.