Skip to content

Commit

Permalink
Update doc of REopt.jl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Nov 7, 2023
1 parent f6bd764 commit 5debd17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Classify the change according to the following categories:
### Patches


## v3.2.3
### Minor Updates
##### Changed
- Ignore `CHP` unavailability during stochastic, multiple outages; this is consistent with deterministic single outage

## v3.2.2
### Minor Updates
##### Changed
Expand Down
2 changes: 1 addition & 1 deletion reoptjl/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def obj_create(self, bundle, **kwargs):
meta = {
"run_uuid": run_uuid,
"api_version": 3,
"reopt_version": "0.37.1",
"reopt_version": "0.37.3",
"status": "Validating..."
}
bundle.data.update({"APIMeta": meta})
Expand Down

0 comments on commit 5debd17

Please sign in to comment.