Skip to content

Commit cbbe79b

Browse files
Merge pull request #47 from snowflakedb/SNOW-258461-release-python-ingest-1.0.3
Version Bump Python Ingest Connector to 1.0.3
2 parents d36b90f + a79229a commit cbbe79b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
88
Release Notes
99
-------------------------------------------------------------------------------
1010

11+
- v1.0.3 (January 11, 2021)
12+
13+
- Use older version of pyJwt by pinning the version(<2.0.0)
14+
1115
- v1.0.2 (March 09, 2020)
1216

1317
- Stop logging JWT token

snowflake/ingest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) 2012-2020 Snowflake Computing Inc. All rights reserved.
22
# Update this for the versions
3-
__version__ = '1.0.2'
3+
__version__ = '1.0.3'

0 commit comments

Comments
 (0)