diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f34b54..1cb399f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Version History =============== +v1.7.0 (2026-01-29) +-------------------- + +* Set minimum version of dependencies v1.6.0 (2025-11-14) -------------------- diff --git a/pyproject.toml b/pyproject.toml index bf0e589..55f2098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "td-client" -version = "1.6.0" +version = "1.7.0" description = "Treasure Data API library for Python" readme = {file = "README.rst", content-type = "text/x-rst; charset=UTF-8"} requires-python = ">=3.10"