JuliaSymbolics/Metatheory.jl

Register

ChrisRackauckas opened this issue · 5 comments

Registration pull request created: JuliaRegistries/General/65545

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 v1.4.0 -m "<description of version>" f1f15698b9af3423382dbea00065734b8fd41e3c
git push origin v1.4.0

It was already yanked.

Great. Then our package server will probably pick it up shortly.

I left development changes on master (2.0.0-DEV) and i see that package version in master branch has been downgraded to 1.4.0. What happened precisely? I guess the solution may be reverting changes, moving 2.0 in another branch and then restoring master to latest functioning release.