We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b6d9a commit ef15db9Copy full SHA for ef15db9
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
...
11
12
+## [2.1.7] - 2024-08-13
13
+
14
+### Fixes
15
16
+- Regression with some `Project` object attributes
17
18
## [2.1.6] - 2024-08-07
19
20
### Fixes
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "todoist_api_python"
3
-version = "2.1.6"
+version = "2.1.7"
4
description = "Official Python SDK for the Todoist REST API."
5
readme = "README.md"
6
homepage = "https://github.com/Doist/todoist-api-python"
0 commit comments