Skip to content

Commit 6f9b9da

Browse files
sfc-gh-stakedasfc-gh-abhatnagar
authored andcommitted
Bump version to 1.2.3
1 parent c537333 commit 6f9b9da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

DESCRIPTION.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ https://github.com/snowflakedb/snowflake-sqlalchemy
1010
Release Notes
1111
-------------------------------------------------------------------------------
1212

13+
- v1.2.3 (March 30, 2020)
14+
15+
- Update tox.ini
16+
- Add external stage to COPY INTO custom command.
17+
- Bumped pandas to newest versions
18+
1319
- v1.2.2 (March 9, 2020)
1420

1521
- Allow get_table_comment to fetch view comments too

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 = (1, 2, 2, None)
3+
VERSION = (1, 2, 3, None)

0 commit comments

Comments
 (0)