Skip to content

Commit

Permalink
set develop to false in test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Oct 16, 2021
1 parent e0b5032 commit ff9fec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plutovista.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ macro bind(def, element)
end

# ╔═╡ 6df3beed-24a7-4b26-a315-0520f4863190
develop=true
develop=false

# ╔═╡ 9701cbe0-d048-11eb-151b-67dda7b72b71
begin
Expand Down

2 comments on commit ff9fec8

@j-fu
Copy link
Member Author

@j-fu j-fu commented on ff9fec8 Oct 16, 2021

Choose a reason for hiding this comment

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

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

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

Please sign in to comment.