We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cc7a4 commit 72486d9Copy full SHA for 72486d9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "databricks-sql-connector"
3
-version = "4.2.1"
+version = "4.2.2"
4
description = "Databricks SQL Connector for Python"
5
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
6
license = "Apache-2.0"
src/databricks/sql/__init__.py
@@ -71,7 +71,7 @@ def __repr__(self):
71
DATE = DBAPITypeObject("date")
72
ROWID = DBAPITypeObject()
73
74
-__version__ = "4.2.1"
+__version__ = "4.2.2"
75
USER_AGENT_NAME = "PyDatabricksSqlConnector"
76
77
# These two functions are pyhive legacy
0 commit comments