From b72233f4b05120f628859a9d5ab59e914c720e9d Mon Sep 17 00:00:00 2001 From: Scott Lovegrove Date: Wed, 25 Mar 2026 09:59:47 +0000 Subject: [PATCH 1/2] Bump version to 3.3.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96b465e..d48e445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "todoist_api_python" -version = "3.2.1" +version = "3.3.0" description = "Official Python SDK for the Todoist API." authors = [{ name = "Doist Developers", email = "dev@doist.com" }] requires-python = ">=3.10,<4" From 223acbab103ff53e7cf8bb9ddc8d6322538ec243 Mon Sep 17 00:00:00 2001 From: Scott Lovegrove Date: Wed, 25 Mar 2026 10:09:18 +0000 Subject: [PATCH 2/2] Bump version to 4.0.0 Breaking changes already in the codebase (httpx migration, dropping Python 3.9) warrant a major version bump per semver. Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d48e445..b651de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "todoist_api_python" -version = "3.3.0" +version = "4.0.0" description = "Official Python SDK for the Todoist API." authors = [{ name = "Doist Developers", email = "dev@doist.com" }] requires-python = ">=3.10,<4"