lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

V0.1.15 #142

Closed harshangrjn closed 4 years ago

harshangrjn commented 4 years ago

@JuliaRegistrator.register()

JuliaRegistrator commented 4 years ago

Error while trying to register: "Tag with name 0.1.10 already exists and points to a different commit"

harshangrjn commented 4 years ago

@JuliaRegistrator.register()

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/6333

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.1.15 -m "<description of version>" 1e228266330410044764593639193c322d4e1c17
git push origin v0.1.15

Also, note the warning: Version 0.1.15 skips over 0.1.11 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.