Skip to content

Commit

Permalink
rename types in a filter (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
frnhr authored Jan 31, 2024
1 parent ee0a981 commit ae8f7d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.4] - 2024-01-31
### Fixed
* Filter for `BidMethod` view

## [0.82.3] - 2024-01-31
### Added
* `SHOPPriceScenarioResult` and `SHOPPriceScenario` to the `DayAheadBid` frontend model.
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.3"
__version__ = "0.82.4"
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ filter:
- type
values:
- space: '{{type_space}}'
externalId: DayAheadSHOPMultiScenario
externalId: DayAheadSHOPMultiScenarioMethod
- space: '{{type_space}}'
externalId: DayAheadWaterValueBased
externalId: DayAheadWaterValueBasedMethod
implements:
- space: '{{shared_model_space}}'
externalId: BidMethod
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.3"
version = "0.82.4"
description = "SDK for power markets operations on Cognite Data Fusion"
readme = "README.md"
authors = ["Cognite <[email protected]>"]
Expand Down

0 comments on commit ae8f7d5

Please sign in to comment.