Skip to content

Commit

Permalink
update allowed juniper version, so jump v0.22 will be tested (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin authored Nov 18, 2021
1 parent 6ec9afa commit 9dc2b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MINLPTests"
uuid = "ee0a3090-8ee9-5cdb-b8cb-8eeba3165522"
repo = "https://github.com/jump-dev/MINLPTests.jl.git"
version = "0.5.3"
version = "0.5.4"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -10,7 +10,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Ipopt = "0.6, 0.7, 0.8"
JuMP = "0.21, 0.22"
Juniper = "0.7"
Juniper = "0.7, 0.8"
julia = "1"

[extras]
Expand Down

2 comments on commit 9dc2b75

@odow
Copy link
Member

@odow odow commented on 9dc2b75 Nov 18, 2021

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

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.4 -m "<description of version>" 9dc2b751de7470dcb4d9a726e11339a8e0bf745c
git push origin v0.5.4

Please sign in to comment.