Skip to content

Commit 771f9f9

Browse files
Jessesaishreeeee
authored andcommitted
Bump to v2.0.3 (#28)
Signed-off-by: Jesse Whitehouse <[email protected]> Signed-off-by: Sai Shree Pradhan <[email protected]>
1 parent 2bc159c commit 771f9f9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Release History
22

3-
## 2.x.x (Unreleased)
3+
## 2.0.x (Unreleased)
44

5+
## 2.0.3 (2022-08-05)
6+
7+
- Add retry logic for `GetOperationStatus` requests that fail with an `OSError`
58
- Reorganised code to use Poetry for dependency management.
69
## 2.0.2 (2022-05-04)
710
- Better exception handling in automatic connection close

pyproject.toml

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

src/databricks/sql/__init__.py

Lines changed: 1 addition & 1 deletion
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.0.2"
31+
__version__ = "2.0.3"
3232
USER_AGENT_NAME = "PyDatabricksSqlConnector"
3333

3434
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)