Skip to content

Commit

Permalink
bump version to 2.9.4b1 (#359)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Furlan <[email protected]>
  • Loading branch information
andrefurlan-db authored Feb 16, 2024
1 parent 6a348ec commit d46b501
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 2.9.4 (Unreleased)

## 2.9.4b1 (2024-02-16)

- Fix: Cloud fetch file download errors (#356)
- Fix: Redact the URL query parameters from the urllib3.connectionpool logs (#341)

## 2.9.3 (2023-08-24)

- Fix: Connections failed when urllib3~=1.0.0 is installed (#206)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sql-connector"
version = "2.9.3"
version = "2.9.4b1"
description = "Databricks SQL Connector for Python"
authors = ["Databricks <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/databricks/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __repr__(self):
DATE = DBAPITypeObject("date")
ROWID = DBAPITypeObject()

__version__ = "2.9.3"
__version__ = "2.9.4b1"
USER_AGENT_NAME = "PyDatabricksSqlConnector"

# These two functions are pyhive legacy
Expand Down

0 comments on commit d46b501

Please sign in to comment.