Skip to content

Commit

Permalink
SNOW-nnnn: Bumped up PythonConnector MINOR version from 3.4.1 to 3.5.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Nov 10, 2023
1 parent a77fa7c commit 7d83846
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes


- v3.5.0(November 13, 2023)
- v3.5.0(November 13,2023)

- Version 3.5.0 is the snowflake-connector-python purely built upon apache arrow-nanoarrow project.
- Reduced the wheel size to ~1MB and installation size to ~5MB.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (3, 4, 1, None)
VERSION = (3, 5, 0, None)
2 changes: 1 addition & 1 deletion tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.2
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.4.0
snowflake-connector-python==3.5.0
2 changes: 1 addition & 1 deletion tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.2
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.4.0
snowflake-connector-python==3.5.0
2 changes: 1 addition & 1 deletion tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.2
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.4.0
snowflake-connector-python==3.5.0
2 changes: 1 addition & 1 deletion tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.12.2
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.4.0
snowflake-connector-python==3.5.0

0 comments on commit 7d83846

Please sign in to comment.