Skip to content

Commit fd2bd43

Browse files
chore(master): release cognite-sdk-python 7.90.1 (#2416)
1 parent 24e6078 commit fd2bd43

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.90.0"
2+
".": "7.90.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ As of 2025-08-29, changes are grouped as follows
1313
- 🐛 Bug Fixes: Bug fixes.
1414
- ⚡ Improvements: Transparent changes, e.g. better performance.
1515

16+
## [7.90.1](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v7.90.0...cognite-sdk-python-v7.90.1) (2025-11-27)
17+
18+
19+
### Bug Fixes
20+
21+
* Device code authentication fails. ([#2394](https://github.com/cognitedata/cognite-sdk-python/issues/2394)) ([24e6078](https://github.com/cognitedata/cognite-sdk-python/commit/24e607839c322babcf32c1cd48003fc9303d24ae))
22+
1623
## [7.90.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v7.89.0...cognite-sdk-python-v7.90.0) (2025-11-26)
1724

1825

cognite/client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
22

3-
__version__ = "7.90.0" # x-release-please-version
3+
__version__ = "7.90.1" # x-release-please-version
44

55
__api_subversion__ = "20230101"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cognite-sdk"
3-
version = "7.90.0"
3+
version = "7.90.1"
44

55
description = "Cognite Python SDK"
66
readme = "README.md"

0 commit comments

Comments
 (0)