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

Commit

Permalink
v1.9.1 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Dec 2, 2020
1 parent 6811499 commit 195e7d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
1.9.0 (2020-11-18)
1.9.1 (2020-12-02)
-------------------

- Fixed a dependency issue
- Add everything from the unreleased `1.9.0`

1.9.0 (2020-11-18) - NOT RELEASED TO PyPI
-----------------------------------------

- Use snowflake table stages by default to load data into tables
- Add optional `query_tag` parameter
- Add optional `role` parameter to use custom roles
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-snowflake",
version="1.9.0",
version="1.9.1",
description="Singer.io target for loading data to Snowflake - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 195e7d7

Please sign in to comment.