Skip to content

Commit c5dff7d

Browse files
Merge pull request #56 from snowflakedb/prep-1.0.4
SNOW-355671 Version Bump from 1.0.3 to 1.0.4
2 parents e3b6306 + 27385bc commit c5dff7d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.4 (May 11, 2021)
12+
13+
- Support a special account name style.
14+
1115
- v1.0.3 (January 11, 2021)
1216

1317
- Use older version of pyJwt by pinning the version(<2.0.0)

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.3'
3+
__version__ = '1.0.4'

0 commit comments

Comments
 (0)