Skip to content

Commit

Permalink
Bump patch and FillArrays minor version (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt authored Oct 29, 2020
1 parent 8a4e36b commit 2907bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Distributions"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
authors = ["JuliaStats"]
version = "0.24.1"
version = "0.24.2"

[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Expand All @@ -18,7 +18,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
FillArrays = "0.9"
FillArrays = "0.9, 0.10"
PDMats = "0.10"
QuadGK = "2"
SpecialFunctions = "0.8, 0.9, 0.10"
Expand Down

2 comments on commit 2907bf2

@ararslan
Copy link
Member

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/23850

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.24.2 -m "<description of version>" 2907bf25fa404f0b0cd59ca711f0a2ab682db75d
git push origin v0.24.2

Please sign in to comment.