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

Commit 53b4bbf

Browse files
authored
Release 2.1.1 (#47)
1 parent 5e8891d commit 53b4bbf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
2.1.0 (2020-09-22)
27
-------------------
38

4-
- Enable SSL mode if `ssl` option is 'true' in config
9+
- Enable SSL mode if `ssl` option is `"true"` in config
510

611
2.0.1 (2020-06-17)
712
-------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = f.read()
77

88
setup(name="pipelinewise-target-postgres",
9-
version="2.1.0",
9+
version="2.1.1",
1010
description="Singer.io target for loading data to PostgreSQL - PipelineWise compatible",
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)