Skip to content

Commit

Permalink
v2.1.2 (transferwise#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jan 17, 2023
1 parent 4f9aad7 commit bef5a27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.1.2 (2023-01-17)
-------------------
- Add python 3.10 compatibility
- Bump `joblib` from 0.16.0 to 1.2.0
- Bump `psycopg2-binary` from 2.8.5 to 2.9.5 to get macOS arm64 (Apple M1) wheels

2.1.1 (2021-05-11)
-------------------
- Bump `joblib` from 0.13.2 to 0.16.0 to be Python 3.8 compatible
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.1",
version="2.1.2",
description="Singer.io target for loading data to PostgreSQL - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bef5a27

Please sign in to comment.