Skip to content

Commit faf13a4

Browse files
author
Jesse
authored
Bump to version 3.0.2 (databricks#335)
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent e3cd361 commit faf13a4

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.1.0 (TBD)
3+
# 3.0.2 (2024-01-25)
44

55
- SQLAlchemy dialect now supports table and column comments (thanks @cbornet!)
66
- Fix: SQLAlchemy dialect now correctly reflects TINYINT types (thanks @TimTheinAtTabs!)

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.1"
3+
version = "3.0.2"
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__ = "3.0.1"
32+
__version__ = "3.0.2"
3333
USER_AGENT_NAME = "PyDatabricksSqlConnector"
3434

3535
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)