We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3b6306 + 27385bc commit c5dff7dCopy full SHA for c5dff7d
2 files changed
DESCRIPTION.rst
@@ -8,6 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
8
Release Notes
9
-------------------------------------------------------------------------------
10
11
+- v1.0.4 (May 11, 2021)
12
+
13
+ - Support a special account name style.
14
15
- v1.0.3 (January 11, 2021)
16
17
- Use older version of pyJwt by pinning the version(<2.0.0)
snowflake/ingest/version.py
@@ -1,3 +1,3 @@
1
# Copyright (c) 2012-2020 Snowflake Computing Inc. All rights reserved.
2
# Update this for the versions
3
-__version__ = '1.0.3'
+__version__ = '1.0.4'
0 commit comments