Skip to content

Commit 875729f

Browse files
authored
Release 3.2.1 (#217)
1 parent 47ad768 commit 875729f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.1] - 2026-01-22
11+
12+
### Fixed
13+
14+
- Type hints for `Meta` class fields (`project`, `section`, `assignee`) now correctly indicate that tuple values can be `None`
15+
1016
## [3.2.0] - 2026-01-16
1117

1218
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "todoist_api_python"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "Official Python SDK for the Todoist API."
55
authors = [{ name = "Doist Developers", email = "dev@doist.com" }]
66
requires-python = "~=3.9"

0 commit comments

Comments
 (0)