Skip to content

Commit

Permalink
fix docs build and bump version again (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm authored Oct 8, 2024
1 parent 9843338 commit 1eeda2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DistributionsAD"
uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
version = "0.6.56"
version = "0.6.57"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ using DistributionsAD

makedocs(;
sitename="DistributionsAD",
modules=[DistributionsAD],
pages=[
"Home" => "index.md",
"API" => "api.md",
Expand Down

2 comments on commit 1eeda2d

@penelopeysm
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

Release notes:

Added docs @ https://turinglang.org/DistributionsAD.jl, specifically for filldist and arraydist.

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

Tagging

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

Please sign in to comment.