From bd981bdbc752eaa58f0698cf11c45a532704ef65 Mon Sep 17 00:00:00 2001 From: Lefteris Chatzimparmpas Date: Wed, 22 May 2024 09:44:26 +0300 Subject: [PATCH] release: v2.1.5 (#139) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d044c..c8b4efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ... +## [2.1.5] - 2024-05-22 + +## What's Changed +* fix: key error on can_assign_tasks in Project model by @tedyeates in https://github.com/Doist/todoist-api-python/pull/137 + +## New Contributors +* @tedyeates made their first contribution in https://github.com/Doist/todoist-api-python/pull/137 + ## [2.1.4] - 2024-05-07 ### What's Changed diff --git a/pyproject.toml b/pyproject.toml index b1ebb78..76f02f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "todoist_api_python" -version = "2.1.4" +version = "2.1.5" description = "Official Python SDK for the Todoist REST API." readme = "README.md" homepage = "https://github.com/Doist/todoist-api-python"