Skip to content

Commit

Permalink
CompatHelper: bump compat for "Distributions" to "0.24" (#213)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "Distributions" to "0.24"

* Bump version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chad Scherrer <chad.scherrer@gmail.com>
  • Loading branch information
github-actions[bot] and cscherrer authored Oct 10, 2020
1 parent 5aec7eb commit 39f1767
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 = "Soss"
uuid = "8ce77f84-9b61-11e8-39ff-d17a774bf41c"
author = ["Chad Scherrer <chad.scherrer@gmail.com>"]
version = "0.15.2"
version = "0.15.3"

[deps]
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
Expand Down Expand Up @@ -42,7 +42,7 @@ AdvancedHMC = "0.2"
Bijectors = "0.8"
CategoricalArrays = "0.8"
DiffResults = "1.0"
Distributions = "0.21, 0.22, 0.23"
Distributions = "0.21, 0.22, 0.23, 0.24"
DistributionsAD = "0.6"
DynamicHMC = "2.1"
FillArrays = "0.8, 0.9"
Expand Down

2 comments on commit 39f1767

@DilumAluthge
Copy link
Collaborator

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

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.15.3 -m "<description of version>" 39f1767c9a87bc11fc9fe3a0b750a476fa552963
git push origin v0.15.3

Please sign in to comment.