Skip to content

Commit c351b57

Browse files
author
Jesse
authored
Bump to version 2.7.0 (#161)
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 8d70f6c commit c351b57

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

3-
## 2.6.x (Unreleased)
3+
## 2.7.x (Unreleased)
4+
5+
## 2.7.0 (2023-06-26)
46

57
- Fix: connector raised exception when calling close() on a closed Thrift session
68
- Improve e2e test development ergonomics

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.6.2"
3+
version = "2.7.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
@@ -28,7 +28,7 @@ def __repr__(self):
2828
DATE = DBAPITypeObject("date")
2929
ROWID = DBAPITypeObject()
3030

31-
__version__ = "2.6.2"
31+
__version__ = "2.7.0"
3232
USER_AGENT_NAME = "PyDatabricksSqlConnector"
3333

3434
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)