Skip to content

Commit 9370abd

Browse files
authored
Release 1.5.0 (#134)
* Release 1.5.0
1 parent 36559c8 commit 9370abd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
Version History
33
===============
44

5+
v1.5.0 (2025-08-14)
6+
--------------------
7+
8+
* Added timeout parameter to BulkImport.perform() method
9+
510
v1.4.0 (2025-08-05)
11+
--------------------
612

713
* Support trino type query
814
* Remove partial_delete api
915

10-
1116
v1.2.1 (2020-07-01)
1217
--------------------
1318

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "td-client"
7-
version = "1.4.0"
7+
version = "1.5.0"
88
description = "Treasure Data API library for Python"
99
readme = {file = "README.rst", content-type = "text/x-rst; charset=UTF-8"}
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)