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 0d99fc7 commit 7aaa014Copy full SHA for 7aaa014
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## 2.9.x (Unreleased)
4
5
+## 2.9.1 (2023-08-11)
6
+
7
- Other: Explicitly pin urllib3 to ^2.0.0
8
9
## 2.9.0 (2023-08-10)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "databricks-sql-connector"
-version = "2.9.0"
+version = "2.9.1"
description = "Databricks SQL Connector for Python"
authors = ["Databricks <[email protected]>"]
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.0"
+__version__ = "2.9.1"
32
USER_AGENT_NAME = "PyDatabricksSqlConnector"
33
34
# These two functions are pyhive legacy
0 commit comments