Skip to content

Commit

Permalink
Fix a filter (#293)
Browse files Browse the repository at this point in the history
* rename types in a filter

* changelog

* container no longer exist, removed it from filter

* version bump
  • Loading branch information
frnhr authored Feb 1, 2024
1 parent ae8f7d5 commit a2093af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.82.5] - 2024-01-31
### Fixed
* Filter for `MultiScenarioMatrix` view

## [0.82.4] - 2024-01-31
### Fixed
* Filter for `BidMethod` view
Expand Down
2 changes: 1 addition & 1 deletion cognite/powerops/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.82.4"
__version__ = "0.82.5"
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ filter:
- type: container
space: '{{dayahead_model_space}}'
externalId: BidMatrix
- type: container
space: '{{dayahead_model_space}}'
externalId: MultiScenarioMatrix
- equals:
property:
- node
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-power-ops"
version = "0.82.4"
version = "0.82.5"
description = "SDK for power markets operations on Cognite Data Fusion"
readme = "README.md"
authors = ["Cognite <[email protected]>"]
Expand Down

0 comments on commit a2093af

Please sign in to comment.