Skip to content

Commit

Permalink
Merge pull request #56 from snowflakedb/prep-1.0.4
Browse files Browse the repository at this point in the history
SNOW-355671 Version Bump from 1.0.3 to 1.0.4
  • Loading branch information
sfc-gh-abhatnagar authored May 11, 2021
2 parents e3b6306 + 27385bc commit c5dff7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
Release Notes
-------------------------------------------------------------------------------

- v1.0.4 (May 11, 2021)

- Support a special account name style.

- v1.0.3 (January 11, 2021)

- Use older version of pyJwt by pinning the version(<2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion snowflake/ingest/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2012-2020 Snowflake Computing Inc. All rights reserved.
# Update this for the versions
__version__ = '1.0.3'
__version__ = '1.0.4'

0 comments on commit c5dff7d

Please sign in to comment.