We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918f13 commit a737ef3Copy full SHA for a737ef3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "databricks-sql-connector"
3
-version = "2.9.2"
+version = "2.9.3"
4
description = "Databricks SQL Connector for Python"
5
authors = ["Databricks <[email protected]>"]
6
license = "Apache-2.0"
src/databricks/sql/__init__.py
@@ -28,7 +28,7 @@ def __repr__(self):
28
DATE = DBAPITypeObject("date")
29
ROWID = DBAPITypeObject()
30
31
-__version__ = "2.9.2"
+__version__ = "2.9.3"
32
USER_AGENT_NAME = "PyDatabricksSqlConnector"
33
34
# These two functions are pyhive legacy
0 commit comments