Skip to content

Commit

Permalink
Bump Ipopt version
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Jul 7, 2021
1 parent e06a1d6 commit 67fa43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"

[compat]
Ipopt = "0.5.0, 0.6"
Ipopt = "0.5.0, 0.6, 0.7"
NLPModels = "0.14, 0.15, 0.16, 0.17"
SolverCore = "0.1, 0.2"
julia = "^1.3.0"
Expand Down

2 comments on commit 67fa43d

@abelsiqueira
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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 updated: JuliaRegistries/General/40423

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.7.2 -m "<description of version>" 67fa43de2e9a68ded6bc8c0d5098dbf40d714cd0
git push origin v0.7.2

Please sign in to comment.