Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendvollset committed Nov 15, 2022
1 parent d136c43 commit 5002073
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [4.11.2] - 2022-11-08
### Fixed
- datapoints.delete_range now supports passing the same value for `start` and `end`

## [4.11.1] - 2022-11-08
### Changed
- Update doc for Vision extract method
Expand Down
2 changes: 1 addition & 1 deletion cognite/client/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "4.11.1"
__version__ = "4.11.2"
__api_subversion__ = "V20220125"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "cognite-sdk"

version = "4.11.1"
version = "4.11.2"

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

0 comments on commit 5002073

Please sign in to comment.