Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.10.0"
".": "8.10.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ As of 2025-08-29, changes are grouped as follows
- 🐛 Bug Fixes: Bug fixes.
- ⚡ Improvements: Transparent changes, e.g. better performance.

## [8.10.1](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.10.0...cognite-sdk-python-v8.10.1) (2026-06-26)


### Bug Fixes

* **data workflow tests:** cancel running workflow executions before delete ([#2703](https://github.com/cognitedata/cognite-sdk-python/issues/2703)) ([dc9ead1](https://github.com/cognitedata/cognite-sdk-python/commit/dc9ead1c22c61f4f97d9621f2cfa7b026fa57d01))

## [8.10.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.9.0...cognite-sdk-python-v8.10.0) (2026-06-22)


Expand Down
2 changes: 1 addition & 1 deletion cognite/client/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

__version__ = "8.10.0" # x-release-please-version
__version__ = "8.10.1" # x-release-please-version

__api_subversion__ = "20230101"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cognite-sdk"
version = "8.10.0"
version = "8.10.1"

description = "Cognite Python SDK"
readme = "README.md"
Expand Down
Loading