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

Commit

Permalink
release v3.0.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeet-parekh-wise authored Mar 4, 2022
1 parent 9ed9c2d commit ff0572b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.8, 3.9 ]

steps:
- name: Checkout repository
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.0.0 (2022-03-04)
------------------

- Added private key authentication
- Bumped `snowflake-connector-python[pandas]` from `2.4` to `2.7`
- Dropped python3.6 support

2.0.3 (2021-01-11)
-------------------

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-tap-snowflake',
version='2.0.3',
version='3.0.0',
description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ff0572b

Please sign in to comment.