Skip to content

Commit

Permalink
Accept NLPModels 0.12 and update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Mar 16, 2020
1 parent ff27252 commit aab6209
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,6 +1,6 @@
name = "JSOSolvers"
uuid = "10dff2fc-5484-5881-a0e0-c90441020f8a"
version = "0.2.0"
version = "0.3.0"

[deps]
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
Expand All @@ -14,7 +14,7 @@ SolverTools = "b5612192-2639-5dc1-abfe-fbedd65fab29"
[compat]
Krylov = "0.3, 0.4"
LinearOperators = "0.6, 0.7, 1"
NLPModels = "0.11.1"
NLPModels = "0.11.1, 0.12"
SolverTools = "0.1"
julia = "1"

Expand Down

2 comments on commit aab6209

@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 created: JuliaRegistries/General/11060

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" aab62094fc6e565e6717b1e007ae8e15b449f0e2
git push origin v0.3.0

Please sign in to comment.