We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8891d commit 53b4bbfCopy full SHA for 53b4bbf
CHANGELOG.md
@@ -1,7 +1,12 @@
1
+2.1.1 (2021-05-11)
2
+-------------------
3
+- Bump `joblib` from 0.13.2 to 0.16.0 to be Python 3.8 compatible
4
+
5
6
2.1.0 (2020-09-22)
7
-------------------
8
-- Enable SSL mode if `ssl` option is 'true' in config
9
+- Enable SSL mode if `ssl` option is `"true"` in config
10
11
2.0.1 (2020-06-17)
12
setup.py
@@ -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',
0 commit comments