Skip to content

Commit 7d83846

Browse files
authored
SNOW-nnnn: Bumped up PythonConnector MINOR version from 3.4.1 to 3.5.0 (#1803)
1 parent a77fa7c commit 7d83846

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010

1111

12-
- v3.5.0(November 13, 2023)
12+
- v3.5.0(November 13,2023)
1313

1414
- Version 3.5.0 is the snowflake-connector-python purely built upon apache arrow-nanoarrow project.
1515
- Reduced the wheel size to ~1MB and installation size to ~5MB.

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
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 = (3, 4, 1, None)
3+
VERSION = (3, 5, 0, None)

tested_requirements/requirements_310.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.4.0
20+
snowflake-connector-python==3.5.0

tested_requirements/requirements_311.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.4.0
20+
snowflake-connector-python==3.5.0

tested_requirements/requirements_38.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.4.0
20+
snowflake-connector-python==3.5.0

tested_requirements/requirements_39.reqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.4.0
20+
snowflake-connector-python==3.5.0

0 commit comments

Comments
 (0)