Skip to content

Commit

Permalink
Update compat for JuMP 0.23 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 28, 2022
1 parent 9dc2b75 commit 6617470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "MINLPTests"
uuid = "ee0a3090-8ee9-5cdb-b8cb-8eeba3165522"
repo = "https://github.com/jump-dev/MINLPTests.jl.git"
version = "0.5.4"
version = "0.5.5"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Ipopt = "0.6, 0.7, 0.8"
JuMP = "0.21, 0.22"
Ipopt = "0.6, 0.7, 0.8, 1"
JuMP = "0.21, 0.22, 0.23"
Juniper = "0.7, 0.8"
julia = "1"

Expand Down

2 comments on commit 6617470

@odow
Copy link
Member Author

@odow odow commented on 6617470 Feb 28, 2022

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/55593

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.5 -m "<description of version>" 6617470c171f9f82d8e5449045386e6c49ecdc87
git push origin v0.5.5

Please sign in to comment.