Skip to content

Commit

Permalink
v0.9.2 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Jun 30, 2020
1 parent 6943b93 commit 477cc21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## staged

- Add possibility to give vm_start in variable_mc_voltage for ivr and acr formulations
- none

## v0.9.2

- Add possibility to give vm_start in variable_mc_voltage for ivr and acr formulations
- Remove leftover code that was causing a warning on import, but was not breaking the implementation
- Add multinetwork MLD and OPF problem specifications

Expand Down

2 comments on commit 477cc21

@pseudocubic
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/17218

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.2 -m "<description of version>" 477cc21c76359df7c6cdd5f221d88debbfa1d631
git push origin v0.9.2

Please sign in to comment.