Skip to content

Commit 6880e10

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-90620: Bump up version to 1.1.14
1 parent fbc6538 commit 6880e10

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

DESCRIPTION.rst

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
1010
Release Notes
1111
-------------------------------------------------------------------------------
1212

13+
- v1.1.14 (August 12, 2019)
14+
15+
- Fix CSVFormatter class has `FIELD_DELIMETER` spelled incorrectly
16+
1317
- v1.1.13 (May 20,2019)
1418

1519
- CopyInto's maxfilesize method expects a bool instead of an int

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
download_url = 'https://www.snowflake.net/',
3333
use_2to3 = False,
3434

35-
python_requires='>=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
36-
3735
install_requires = [
3836
'sqlalchemy<2.0.0',
3937
'snowflake-connector-python<2.0.0',

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (1, 1, 13, None)
3+
VERSION = (1, 1, 14, None)

0 commit comments

Comments
 (0)