Skip to content

Commit

Permalink
v0.5.2 upgrade CommonOPF to v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Aug 1, 2023
1 parent a4664a6 commit 8fc335b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# LinDistFlow Changelog

## v0.5.2
- upgrade CommonOPF to v0.3.7

## v0.5.1
- add `get_line_amps`, `get_peak_line_amps_percent`, and `define_line_amps_pu`
- mv SinglePhase `rij` and `xij` to CommonOPF
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinDistFlow"
uuid = "bf674bac-ffe4-48d3-9f32-72124ffa9ede"
authors = ["Nick Laws <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
CommonOPF = "dad7ea18-2b21-482e-81c1-e84414cc4b03"
Expand All @@ -10,6 +10,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CommonOPF = "0.3.6"
CommonOPF = "0.3.7"
JuMP = "^0.21, 1.0"
julia = "1"

2 comments on commit 8fc335b

@NLaws
Copy link
Owner Author

@NLaws NLaws commented on 8fc335b Aug 1, 2023

Choose a reason for hiding this comment

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

@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/88839

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.5.2 -m "<description of version>" 8fc335be7385333e69fd86907c99328e86a56aee
git push origin v0.5.2

Please sign in to comment.