Skip to content

Commit e8b6020

Browse files
committed
Release 3.0.1
1 parent e1bbeb2 commit e8b6020

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1] - 2025-04-15
11+
1012
### Fixed
1113

1214
- Wheel and source distributions didn't include the package itself
15+
- Project requiring Python 3.13 to be installed
1316

1417
## [3.0.0] - 2025-04-11
1518

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Or add the project as a dependency in `pyproject.toml`:
1212

1313
```toml
1414
dependencies = [
15-
"todoist-api-python>=3.0.0,<4",
15+
"todoist-api-python>=3.0.1,<4",
1616
]
1717
```
1818

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Or add the project as a dependency in `pyproject.toml`:
1212

1313
```toml
1414
dependencies = [
15-
"todoist-api-python>=3.0.0,<4",
15+
"todoist-api-python>=3.0.1,<4",
1616
]
1717
```
1818

pyproject.toml

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

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)