Skip to content

Commit

Permalink
Version Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-abhatnagar committed Nov 8, 2019
1 parent 8f0004e commit 1775328
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.1 (November 08, 2019)

- Replaced Botocore's vendored requests with standalone requests

- v1.0.0 (September 19, 2018)

- Fix typing package issue in python 3.5.0 and 3.5.1
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-2017 Snowflake Computing Inc. All rights reserved.
# Update this for the versions
__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit 1775328

Please sign in to comment.