Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Release 2.1.1 #47

Merged
merged 2 commits into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
2.1.1 (2021-05-11)
-------------------
- Bump `joblib` from 0.13.2 to 0.16.0 to be Python 3.8 compatible


2.1.0 (2020-09-22)
-------------------

- Enable SSL mode if `ssl` option is 'true' in config
- Enable SSL mode if `ssl` option is `"true"` in config

2.0.1 (2020-06-17)
-------------------
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-target-postgres",
version="2.1.0",
version="2.1.1",
description="Singer.io target for loading data to PostgreSQL - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down