Skip to content

Commit

Permalink
v0.3.1 loosen JuMP compat to "1"
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Apr 22, 2023
1 parent 56af342 commit 9e4ad22
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.3.1
- change JuMP compat to "1" (was "1.9") for better cross-compatibility

## v0.3.0
- CommonOPF upgrade to 0.3

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.3.0"
version = "0.3.1"

[deps]
CommonOPF = "dad7ea18-2b21-482e-81c1-e84414cc4b03"
Expand All @@ -16,7 +16,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
CommonOPF = "0.3.1"
Graphs = "1.8"
JSON = "0.21"
JuMP = "1.9"
JuMP = "1"
MetaGraphs = "0.7"
julia = "1.7"

Expand Down

2 comments on commit 9e4ad22

@NLaws
Copy link
Owner Author

@NLaws NLaws commented on 9e4ad22 Apr 22, 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/82113

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.3.1 -m "<description of version>" 9e4ad22c2a6845b5957e92de9c0237eb8d68de19
git push origin v0.3.1

Please sign in to comment.