Skip to content

Commit c3fdc2f

Browse files
author
Jesse
authored
Bump package version to 3.0.0 (#285)
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 5feadbe commit c3fdc2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 3.0.0 (Unreleased)
3+
## 3.0.0 (2023-11-17)
44

55
- Remove support for Python 3.7
66
- Add support for native parameterized SQL queries. Requires DBR 14.2 and above. See docs/parameters.md for more info.

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 = "2.9.3"
3+
version = "3.0.0"
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
@@ -29,7 +29,7 @@ def __repr__(self):
2929
DATE = DBAPITypeObject("date")
3030
ROWID = DBAPITypeObject()
3131

32-
__version__ = "2.9.3"
32+
__version__ = "3.0.0"
3333
USER_AGENT_NAME = "PyDatabricksSqlConnector"
3434

3535
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)