Skip to content

Commit 5a06ccd

Browse files
authored
Bump to version 3.0.3 (#344)
Signed-off-by: Jacky Hu <[email protected]>
1 parent 11ffb7c commit 5a06ccd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Release History
22

3-
# 3.0.3 (TBD)
3+
# 3.0.3 (2024-02-02)
44

55
- Revised docstrings and examples for OAuth (#339)
6+
- Redact the URL query parameters from the urllib3.connectionpool logs (#341)
67

78
# 3.0.2 (2024-01-25)
89

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sql-connector"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
description = "Databricks SQL Connector for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"

src/databricks/sql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __repr__(self):
6262
DATE = DBAPITypeObject("date")
6363
ROWID = DBAPITypeObject()
6464

65-
__version__ = "3.0.2"
65+
__version__ = "3.0.3"
6666
USER_AGENT_NAME = "PyDatabricksSqlConnector"
6767

6868
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)