Skip to content

Commit

Permalink
v0.4.3 upgrade CommonOPF (fix reduce_tree! MultiPhase)
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Aug 2, 2023
1 parent 781aa43 commit e399889
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 @@
# BranchFlowModel Changelog

## v0.4.3
- upgrade CommonOPF to v0.3.8

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

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 = "BranchFlowModel"
uuid = "73c867df-75f8-459f-abd8-059b58de1e18"
authors = ["Nick Laws"]
version = "0.4.2"
version = "0.4.3"

[deps]
CommonOPF = "dad7ea18-2b21-482e-81c1-e84414cc4b03"
Expand All @@ -13,7 +13,7 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CommonOPF = "0.3.7"
CommonOPF = "0.3.8"
Graphs = "1.8"
JSON = "0.21"
JuMP = "1"
Expand Down

2 comments on commit e399889

@NLaws
Copy link
Owner Author

@NLaws NLaws commented on e399889 Aug 2, 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/88848

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.4.3 -m "<description of version>" e399889dd08b21f34093f713f497abd3048f1277
git push origin v0.4.3

Please sign in to comment.