Skip to content

Commit 57dab55

Browse files
sander-goossusodapop
authored andcommitted
Prepare v 2.0.2 release
Bump version, update history. N.A.
1 parent 212c2ea commit 57dab55

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cmdexec/clients/python/src/databricks/sql/HISTORY

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v2.0.2 - May 4, 2022
2+
- Better exception handling in automatic connection close
3+
14
v2.0.1 - April 21, 2022
25
- Fixed Pandas dependency in setup.cfg to be >= 1.2.0
36

cmdexec/clients/python/src/databricks/sql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __repr__(self):
2727
DATE = DBAPITypeObject('date')
2828
ROWID = DBAPITypeObject()
2929

30-
__version__ = "2.0.1"
30+
__version__ = "2.0.2"
3131
USER_AGENT_NAME = "PyDatabricksSqlConnector"
3232

3333
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)