Skip to content

Commit

Permalink
[release-0.18] remove julia 0.6 from Project.toml. (#1976)
Browse files Browse the repository at this point in the history
Registrator rejects tagging versions that claim to support 0.6.
  • Loading branch information
mlubin authored May 24, 2019
1 parent 110d342 commit a9de4d0
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 @@ -16,7 +16,7 @@ ForwardDiff = "~0.5.0, ~0.6, ~0.7, ~0.8, ~0.9, ~0.10"
MathProgBase = "~0.6.0, ~0.7"
OffsetArrays = "≥ 0.2.13"
ReverseDiffSparse = "~0.8.0"
julia = "0.6, 0.7, 1"
julia = "0.7, 1"

[extras]
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
Expand Down

2 comments on commit a9de4d0

@mlubin
Copy link
Member Author

@mlubin mlubin commented on a9de4d0 May 24, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register(branch="release-0.18")

@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/976

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.18.6 -m "<description of version>" a9de4d0de1b34b85d35c3624bea236afec7e5bec
git push origin v0.18.6

Please sign in to comment.